尝试单独构建 asar 包 #300

This commit is contained in:
muwoo
2023-11-14 18:07:22 +08:00
parent 0c16139313
commit f59069b2ec
2 changed files with 12 additions and 13 deletions

View File

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