Skip to content

Commit

Permalink
Fixes icon when packaging the app
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdemey committed May 5, 2016
1 parent 5071b51 commit c5716a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "grunt",
"build:osx": "grunt build:osx && cp ./cumulus.icns dist/Cumulus.app/Contents/Resources/atom.icns && npm run package:osx",
"build:osx": "grunt build:osx && cp ./cumulus.icns dist/Cumulus.app/Contents/Resources/electron.icns && npm run package:osx",
"package:osx": "hdiutil create -format UDZO -volname Cumulus -srcfolder dist dist/Cumulus-$npm_package_version-osx.dmg"
},
"devDependencies": {
Expand Down

0 comments on commit c5716a3

Please sign in to comment.