Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisM committed Dec 19, 2016
1 parent 0f535a7 commit 555c57f
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 @@ -18,7 +18,7 @@
"build-linux": "./node_modules/.bin/electron-packager ./app --platform linux --out dist",
"build-windows": "./node_modules/.bin/electron-packager ./app --platform win32 --out dist",
"dist": "npm run ready && build -mwl --x64",
"release": "build -mwl --publish always"
"release": "npm run ready && build -mwl --publish always"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 555c57f

Please sign in to comment.