Skip to content

Commit

Permalink
Added releasetype
Browse files Browse the repository at this point in the history
  • Loading branch information
Izurii committed May 4, 2021
1 parent 184e2ce commit 1c0911f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"preinstall": "npm i -g electron-builder",
"postinstall": "electron-builder install-app-deps",
"dist": "electron-builder",
"release": "electron-builder --publish=always"
"release": "electron-builder"
},
"build": {
"appId": "y720-kb-led-controller",
Expand All @@ -29,7 +29,12 @@
"desktop": {
"Categories": "Utility"
},
"publish": ["github"]
"publish": [
{
"provider": "github",
"releaseType": "release"
}
]
},
"files": [
"resources/*",
Expand Down

0 comments on commit 1c0911f

Please sign in to comment.