Compare commits

...

1 Commits

Author SHA1 Message Date
arvinxx c2a588178e try not to enable asar 2025-07-17 13:12:34 +08:00
+1 -1
View File
@@ -24,7 +24,7 @@ const config = {
appImage: {
artifactName: '${productName}-${version}.${ext}',
},
asar: true,
asar: false,
asarUnpack: [
// https://github.com/electron-userland/electron-builder/issues/9001#issuecomment-2778802044
'**/node_modules/sharp/**/*',