Skip to content

Commit 9b7d60e

Browse files
committed
chore: migrate windows code sign options
1 parent 7a44c5a commit 9b7d60e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/release.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ if (TEST_BUILD || gitTag) {
8383
entitlementsInherit: path.join(__dirname, 'entitlements.mac.plist'),
8484
},
8585
win: {
86-
publisherName: 'Ultimate Gadget Laboratories Kft.',
87-
certificateFile: path.join(__dirname, 'certs/windows-cert.p12')
86+
signtoolOptions: {
87+
publisherName: 'Ultimate Gadget Laboratories Kft.',
88+
certificateFile: path.join(__dirname, 'certs/windows-cert.p12')
89+
}
8890
},
8991
linux: {},
9092
publish: 'github',

0 commit comments

Comments
 (0)