Skip to content

Commit 6032f71

Browse files
committed
chore: new windows codesign process
1 parent b25a6f5 commit 6032f71

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

scripts/certs/windows-cert.p12.enc

-8.41 KB
Binary file not shown.

scripts/release.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ if (process.platform === 'darwin') {
5454
const encryptedFile = path.join(__dirname, './certs/mac-cert.p12.enc')
5555
const decryptedFile = path.join(__dirname, './certs/mac-cert.p12')
5656
exec(`openssl aes-256-cbc -K $CERT_KEY -iv $CERT_IV -in ${encryptedFile} -out ${decryptedFile} -d`)
57-
} else if (process.platform === 'win32') {
58-
// decrypt windows certificate
59-
exec('openssl aes-256-cbc -K %CERT_KEY% -iv %CERT_IV% -in scripts/certs/windows-cert.p12.enc -out scripts/certs/windows-cert.p12 -d')
6057
}
6158

6259
const APPLE_TEAM_ID = 'CMXCBCFHDG'
@@ -85,7 +82,6 @@ if (TEST_BUILD || gitTag) {
8582
win: {
8683
signtoolOptions: {
8784
publisherName: 'Ultimate Gadget Laboratories Kft.',
88-
certificateFile: path.join(__dirname, 'certs/windows-cert.p12')
8985
}
9086
},
9187
linux: {},

0 commit comments

Comments
 (0)