mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-07 11:04:11 +08:00
✨ 尝试单独构建 asar 包 #300
This commit is contained in:
parent
c99ec18151
commit
0c16139313
@ -34,6 +34,9 @@ module.exports = {
|
||||
appId: 'com.muwoo.rubick',
|
||||
compression: 'maximum',
|
||||
afterPack: './release.js',
|
||||
afterAllArtifactBuild: () => {
|
||||
return ['./build/app.asar.tgz'];
|
||||
},
|
||||
directories: {
|
||||
output: 'build',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user