From 15670d6df446e6cfca177077f42f74525fa2efd9 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 3 Apr 2021 17:31:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=A2=9E=E9=87=8F=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/package.json | 2 +- packages/gui/package.json | 2 +- packages/gui/vue.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index f4ea935..17d6b60 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@docmirror/dev-sidecar", - "version": "1.5.0", + "version": "1.5.1", "description": "给开发者的加速代理工具", "main": "src/index.js", "keywords": [ diff --git a/packages/gui/package.json b/packages/gui/package.json index 0c1d3d4..795cebf 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -1,6 +1,6 @@ { "name": "@docmirror/dev-sidecar-gui", - "version": "1.5.0", + "version": "1.5.1", "private": false, "license": "MPL-2.0", "scripts": { diff --git a/packages/gui/vue.config.js b/packages/gui/vue.config.js index bd03fd5..62dbfe2 100644 --- a/packages/gui/vue.config.js +++ b/packages/gui/vue.config.js @@ -30,12 +30,12 @@ module.exports = { }, pluginOptions: { electronBuilder: { - afterPack: './pkg/after-pack.js', nodeIntegration: true, // Provide an array of files that, when changed, will recompile the main process and restart Electron // Your main process file will be added by default mainProcessWatch: ['src/bridge', 'src/*.js', 'node_modules/dev-sidecar/src'], builderOptions: { + afterPack: './pkg/after-pack.js', // builderOptions: { // publish: ['github']// 此处写入github 就好,不用添加其他内容 // },