From 55ac7704613bc86110152af66db50d491192c832 Mon Sep 17 00:00:00 2001 From: Hunlongyu Date: Sat, 22 Feb 2020 14:03:00 +0800 Subject: [PATCH] v0.8.19 --- package.json | 4 ++-- vue.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 84fdb37..c693339 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/vue.config.js b/vue.config.js index a61ef18..34ffccf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,7 +5,7 @@ module.exports = { win: { icon: './build/icons/icon.ico', target: [ - 'nsis','portable', 'zip', 'msi' + 'nsis','portable', 'zip', ] }, nsis: {