fix: restore Electron 43 native database packaging

Upgrade better-sqlite3 to the N-API based 13.0.3 release so the Windows package can load its native database module under Electron 43. Regenerate the lockfile to remove the obsolete prebuild-install toolchain and include the bundled Node-API dependency.
This commit is contained in:
Sucukdeluxe
2026-08-10 14:38:54 +02:00
parent 3f0c075859
commit f9e415da88
2 changed files with 24 additions and 320 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
},
"dependencies": {
"axios": "^1.16.1",
"better-sqlite3": "^12.10.0",
"better-sqlite3": "^13.0.3",
"electron-updater": "^6.8.9"
},
"devDependencies": {