File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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
6259const 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 : { } ,
You can’t perform that action at this time.
0 commit comments