disable hardened runtime

This commit is contained in:
Mazen El-Kashef
2020-02-26 08:06:44 -05:00
parent 7124233ea3
commit 20e62193d8

View File

@@ -136,7 +136,7 @@ module.exports = async function(packagedAppPath) {
identity: 'Developer ID Application: GitHub',
keychain: process.env.ATOM_MAC_CODE_SIGNING_KEYCHAIN,
platform: 'darwin',
hardenedRuntime: true
hardenedRuntime: false
});
console.info('Application signing complete');
} catch (err) {