Skip to content

Commit

Permalink
build mac/darwin app with title and icon 2/2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Jan 7, 2017
1 parent 7e1d3a7 commit 5526d52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"version": "0.1.0",
"main": "main.js",
"scripts": {
"build-darwin": "electron-packager . Openwhyd --icon \"icon\" --platform=darwin",
"start": "electron ."
},
"dependencies": {
"electron": "^1.4.13"
"electron": "^1.4.13",
"electron-packager": "^8.4.0"
}
}

0 comments on commit 5526d52

Please sign in to comment.