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