This commit is contained in:
Hunlongyu
2020-02-13 19:39:14 +08:00
parent 7c5dd0be8d
commit 8bee55f706
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zy",
"version": "0.8.9",
"version": "0.8.10",
"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 -p always"
"bp": "vue-cli-service electron:build --win --ia32 --x64 -p always"
},
"main": "background.js",
"dependencies": {