fix: asar.unpack → asarUnpack (electron-builder 25 兼容)
This commit is contained in:
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user