We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a44c5a commit 9b7d60eCopy full SHA for 9b7d60e
scripts/release.js
@@ -83,8 +83,10 @@ if (TEST_BUILD || gitTag) {
83
entitlementsInherit: path.join(__dirname, 'entitlements.mac.plist'),
84
},
85
win: {
86
- publisherName: 'Ultimate Gadget Laboratories Kft.',
87
- certificateFile: path.join(__dirname, 'certs/windows-cert.p12')
+ signtoolOptions: {
+ publisherName: 'Ultimate Gadget Laboratories Kft.',
88
+ certificateFile: path.join(__dirname, 'certs/windows-cert.p12')
89
+ }
90
91
linux: {},
92
publish: 'github',
0 commit comments