Correct entitlements path

This commit is contained in:
Mazen El-Kashef
2020-01-24 06:59:45 -05:00
parent de0407baba
commit 519ee7c345

View File

@@ -8,7 +8,7 @@ const macEntitlementsPath = path.join(
CONFIG.repositoryRootPath,
'resources',
'mac',
'atom-Info.plist'
'entitlements.plist'
);
module.exports = function(packagedAppPath) {