File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
133133const throttleAzureCodeSign = pThrottle ( {
134134 limit : 1 ,
You can’t perform that action at this time.
0 commit comments