Skip to content
This repository was archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Setup electron-builder to publish to Github on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Nov 24, 2017
1 parent d63be7f commit 6a57baf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "karma start",
"test-live": "npm test -- --auto-watch --no-single-run",
"start": "electron ./app/",
"dist": "build --ia32 --x64 --armv7l",
"dist:win": "build --win --ia32 --x64",
"dist": "build --ia32 --x64 --armv7l --publish onTag",
"dist:win": "build --win --ia32 --x64 --publish onTag",
"dist:mac": "build --mac",
"dist:linux": "build --linux --ia32 --x64 --armv7l",
"copy-files": "cpx \"./src/{index.html,assets/**/*}\" ./app/build/",
Expand Down Expand Up @@ -155,6 +155,9 @@
]
},
"artifactName": "lisk-nano-${os}-${arch}-${version}.${ext}",
"publish": [
"github"
],
"linux": {
"target": [
"AppImage",
Expand Down

0 comments on commit 6a57baf

Please sign in to comment.