build: switch off mac codesign
This commit is contained in:
@@ -84,7 +84,7 @@ if (process.platform === 'darwin') {
|
||||
|
||||
if (process.platform === 'darwin') {
|
||||
exec('openssl aes-256-cbc -K $CERT_KEY -iv $CERT_IV -in scripts/certs/mac-cert.p12.enc -out scripts/certs/mac-cert.p12 -d')
|
||||
process.env.CSC_LINK = path.join(__dirname, 'certs/mac-cert.p12');
|
||||
//process.env.CSC_LINK = path.join(__dirname, 'certs/mac-cert.p12');
|
||||
}
|
||||
|
||||
if (TEST_BUILD || gitTag) {
|
||||
|
||||
Reference in New Issue
Block a user