尝试单独构建 asar 包 #300

This commit is contained in:
muwoo 2023-11-14 17:33:14 +08:00
parent c99ec18151
commit 0c16139313

View File

@ -34,6 +34,9 @@ module.exports = {
appId: 'com.muwoo.rubick',
compression: 'maximum',
afterPack: './release.js',
afterAllArtifactBuild: () => {
return ['./build/app.asar.tgz'];
},
directories: {
output: 'build',
},