尝试单独构建 asar 包 #300

This commit is contained in:
muwoo 2023-11-14 18:08:59 +08:00
parent f59069b2ec
commit 696c24657b

View File

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