mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
disable hardened runtime
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user