fix: asar.unpack → asarUnpack (electron-builder 25 兼容)
This commit is contained in:
+3
-3
@@ -30,9 +30,9 @@
|
|||||||
"node_modules/sql.js/**/*",
|
"node_modules/sql.js/**/*",
|
||||||
"node_modules/ffmpeg-static/**/*"
|
"node_modules/ffmpeg-static/**/*"
|
||||||
],
|
],
|
||||||
"asar": {
|
"asarUnpack": [
|
||||||
"unpack": ["node_modules/ffmpeg-static/**"]
|
"node_modules/ffmpeg-static/**"
|
||||||
},
|
],
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
{
|
{
|
||||||
"from": "node_modules/sql.js/dist/sql-wasm.wasm",
|
"from": "node_modules/sql.js/dist/sql-wasm.wasm",
|
||||||
|
|||||||
Reference in New Issue
Block a user