Skip to content

Commit

Permalink
fix: add github to publish provider
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood committed Jan 2, 2019
1 parent 17dd75b commit 20ff0e0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "[email protected]:agalwood/Motrix.git"
},
"scripts": {
"release": "npm run build",
"release": "npm run build --publish always",
"build": "node .electron-vue/build.js && electron-builder",
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
Expand Down Expand Up @@ -104,6 +104,10 @@
"allowToChangeInstallationDirectory": true
},
"linux": {
"target": [
"deb",
"AppImage"
],
"extraResources": {
"from": "./extra/linux/",
"to": "./",
Expand All @@ -116,6 +120,9 @@
{
"provider": "generic",
"url": "https://motrix.app/release/"
},
{
"provider": "github"
}
]
},
Expand Down

0 comments on commit 20ff0e0

Please sign in to comment.