From 0c161393138ceedaa823f983274ff6cf2b9bc73d Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Tue, 14 Nov 2023 17:33:14 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E5=B0=9D=E8=AF=95=E5=8D=95?= =?UTF-8?q?=E7=8B=AC=E6=9E=84=E5=BB=BA=20asar=20=E5=8C=85=20#300?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vue.config.js b/vue.config.js index 8adedfd..b55221e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -34,6 +34,9 @@ module.exports = { appId: 'com.muwoo.rubick', compression: 'maximum', afterPack: './release.js', + afterAllArtifactBuild: () => { + return ['./build/app.asar.tgz']; + }, directories: { output: 'build', },