mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Correct entitlements path
This commit is contained in:
@@ -8,7 +8,7 @@ const macEntitlementsPath = path.join(
|
||||
CONFIG.repositoryRootPath,
|
||||
'resources',
|
||||
'mac',
|
||||
'atom-Info.plist'
|
||||
'entitlements.plist'
|
||||
);
|
||||
|
||||
module.exports = function(packagedAppPath) {
|
||||
|
||||
Reference in New Issue
Block a user