Skip to content

Commit

Permalink
update for lated electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 25, 2019
1 parent 6de337a commit f3fa5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"scripts": {
"start": "cross-env NODE_ENV=development electron main.js",
"startp": "cross-env NODE_ENV=production electron main.js",
"pack": "build --dir",
"dist": "build"
"pack": "electron-builder --dir",
"dist": "electron-builder --publish never"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f3fa5cd

Please sign in to comment.