fix: asar.unpack → asarUnpack (electron-builder 25 兼容)

This commit is contained in:
thzxx
2026-06-18 11:14:20 +08:00
parent 3d656c2d8e
commit 0d710ca0ec
+3 -3
View File
@@ -30,9 +30,9 @@
"node_modules/sql.js/**/*",
"node_modules/ffmpeg-static/**/*"
],
"asar": {
"unpack": ["node_modules/ffmpeg-static/**"]
},
"asarUnpack": [
"node_modules/ffmpeg-static/**"
],
"extraResources": [
{
"from": "node_modules/sql.js/dist/sql-wasm.wasm",