Skip to content

Commit aa998cb

Browse files
committed
style
1 parent 639f320 commit aa998cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/release.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ if (TEST_BUILD || gitTag) {
8484
entitlementsInherit: path.join(__dirname, 'entitlements.mac.plist'),
8585
},
8686
win: {
87-
signtoolOptions: {
88-
publisherName: 'Ultimate Gadget Laboratories Kft.',
89-
sign: configuration => azureKeyvaultSign(configuration.path),
90-
}
87+
signtoolOptions: {
88+
publisherName: 'Ultimate Gadget Laboratories Kft.',
89+
sign: configuration => azureKeyvaultSign(configuration.path),
90+
},
9191
},
9292
linux: {},
9393
publish: 'github',
@@ -128,7 +128,7 @@ function prepareDistDir() {
128128
}
129129

130130
// sign only 1 file in every 2 sec
131-
// otherwise we got random siging error
131+
// otherwise we got random singing error
132132
// maybe related issue https://github.com/vcsjones/AzureSignTool/issues/330
133133
const throttleAzureCodeSign = pThrottle({
134134
limit: 1,

0 commit comments

Comments
 (0)