Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Fix OSX build command
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Sep 4, 2016
1 parent 4bb555e commit 9e85821
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 @@ -9,7 +9,7 @@
"homepage": "https://github.com/vincelwt/harmony",
"scripts": {
"start": "electron main.js",
"buildOSX": "electron-packager . --platform=darwin",
"buildOSX": "electron-packager ./ Harmony --platform darwin --arch x64",
"build": "build --linux deb tar.xz --win nsis"
},
"keywords": [
Expand Down

0 comments on commit 9e85821

Please sign in to comment.