Skip to content

Commit af74b76

Browse files
committed
fix: new windows code sign cert with proper common name
1 parent 632823a commit af74b76

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/certs/windows-cert.p12.enc

0 Bytes
Binary file not shown.

scripts/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if (TEST_BUILD || gitTag) {
8282
entitlementsInherit: path.join(__dirname, 'entitlements.mac.plist')
8383
},
8484
win: {
85-
publisherName: 'Ultimate Gadget Laboratories',
85+
publisherName: 'Ultimate Gadget Laboratories Kft.',
8686
certificateFile: path.join(__dirname, 'certs/windows-cert.p12')
8787
},
8888
linux: {},

0 commit comments

Comments
 (0)