Skip to content

Commit

Permalink
enable asar in darwin builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kangas committed Aug 14, 2015
1 parent 4dad0e1 commit c17d258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/darwin.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ var CONFIG = module.exports = {
icon: path.resolve(__dirname, '../images/darwin/scout.icns'),
background: path.resolve(__dirname, '../images/darwin/background.png'),
overwrite: true,
asar: true,
prune: true,
'app-bundle-id': 'com.mongodb.scout',
'app-version': pkg.version,
Expand Down

0 comments on commit c17d258

Please sign in to comment.