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', },