Skip to content

Commit

Permalink
Merge pull request #107 from 10gen/darwin-asar
Browse files Browse the repository at this point in the history
enable asar in darwin builds
  • Loading branch information
imlucas committed Aug 25, 2015
2 parents e1e94b6 + c17d258 commit 99ecf53
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 99ecf53

Please sign in to comment.