Skip to content

Commit

Permalink
Publishing on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeKay committed Aug 8, 2015
1 parent cc0bd35 commit 7c0e035
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -3,9 +3,11 @@
"version": "0.1.0",
"main": "./main.js",
"scripts": {
"start": "electron ."
"start": "electron .",
"package": "electron-packager ./ SoundMachine --all --out ~/Desktop/SoundMachine --version 0.30.2 --overwrite --icon=./app/img/app-icon.icns"
},
"devDependencies": {
"electron-packager": "^5.0.1",
"electron-prebuilt": "^0.30.3"
},
"dependencies": {
Expand Down

0 comments on commit 7c0e035

Please sign in to comment.