Skip to content

Commit 55ac770

Browse files
committed
v0.8.19
1 parent 4505186 commit 55ac770

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zy",
3-
"version": "0.8.18",
3+
"version": "0.8.19",
44
"author": "Hunlongyu",
55
"description": "ZY Player 资源播放器",
66
"private": true,
@@ -13,7 +13,7 @@
1313
"postinstall": "electron-builder install-app-deps",
1414
"postuninstall": "electron-builder install-app-deps",
1515
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
16-
"bp": "vue-cli-service electron:build --win --x64 portable -p always"
16+
"bp": "vue-cli-service electron:build --win --x64 -p always"
1717
},
1818
"main": "background.js",
1919
"dependencies": {

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
win: {
66
icon: './build/icons/icon.ico',
77
target: [
8-
'nsis','portable', 'zip', 'msi'
8+
'nsis','portable', 'zip',
99
]
1010
},
1111
nsis: {

0 commit comments

Comments
 (0)