This commit is contained in:
Hunlongyu
2020-02-22 14:03:00 +08:00
parent 4505186307
commit 55ac770461
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zy",
"version": "0.8.18",
"version": "0.8.19",
"author": "Hunlongyu",
"description": "ZY Player 资源播放器",
"private": true,
@@ -13,7 +13,7 @@
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"bp": "vue-cli-service electron:build --win --x64 portable -p always"
"bp": "vue-cli-service electron:build --win --x64 -p always"
},
"main": "background.js",
"dependencies": {

View File

@@ -5,7 +5,7 @@ module.exports = {
win: {
icon: './build/icons/icon.ico',
target: [
'nsis','portable', 'zip', 'msi'
'nsis','portable', 'zip',
]
},
nsis: {