From 7e66b3f3e98118c12186993eb52b1035236fe573 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Thu, 16 Nov 2023 15:54:58 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20linux=20=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=8C=85=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 4fbf314..cc34fa2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -33,10 +33,10 @@ module.exports = { productName: 'rubick', appId: 'com.muwoo.rubick', compression: 'maximum', - afterPack: './release.js', - afterAllArtifactBuild: () => { - return ['./build/app.asar.gz']; - }, + // afterPack: './release.js', + // afterAllArtifactBuild: () => { + // return ['./build/app.asar.gz']; + // }, directories: { output: 'build', },