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