This commit is contained in:
Kylart 2017-11-17 10:08:16 +01:00
parent 286439cca0
commit 7df46f3aea
2 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "KawAnime",
"description": "Desktop app for anime fans",
"version": "0.1.2",
"version": "0.2.0",
"main": "main.js",
"repository": "https://github.com/Kylart/KawAnime.git",
"author": {
@ -49,7 +49,6 @@
"vue": "^2.5.3",
"vue-clipboards": "^1.1.0",
"vue-lazyload": "^1.1.4",
"vue-loader": "^13.4.0",
"vue-markdown": "^2.2.4",
"vue-router": "^2.8.1",
"vue-server-renderer": "^2.5.3",
@ -108,6 +107,7 @@
"sw-precache-webpack-plugin": "^0.11.4",
"url-loader": "^0.5.9",
"vue-devtools": "^3.1.2",
"vue-loader": "^13.4.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.3",
"vuetify-loader": "^0.1.1",

View File

@ -7,6 +7,4 @@ if [ -z "$GH_TOKEN" ]; then
fi
# This will build, package and upload the app to GitHub.
npm run build && node_modules/.bin/build --win --ia32 --x64 --mac --linux deb AppImage -p always
# Reinstalling development packages
npm install
npm run build && ./node_modules/.bin/build --win --ia32 --x64 --mac --linux deb AppImage -p always