Skip to content

Commit

Permalink
publish binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminadk committed Oct 1, 2018
1 parent fe05683 commit 35b2aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,7 +8,7 @@
"dev": "electron-webpack dev",
"prod": "electron ./dist/main/main.js",
"compile": "electron-webpack",
"dist": "SET GH_TOKEN=664ada30841ce515701576d868fb683a8abf92cc electron-builder -p always"
"dist": "SET GH_TOKEN=664ada30841ce515701576d868fb683a8abf92cc && electron-builder -p onTag"
},
"keywords": [],
"author": "benjaminadk",
Expand All @@ -17,11 +17,11 @@
"appId": "com.electron.hslpicker",
"productName": "Color Tool",
"win": {
"icon": "static/picker-icon-1.ico",
"publish": {
"provider": "github",
"owner": "benjaminadk"
},
"icon": "static/picker-icon.ico",
"target": [
"nsis"
]
Expand Down

0 comments on commit 35b2aed

Please sign in to comment.