fix: patch better-sqlite3 for Electron 42 rebuild (#819)

This commit is contained in:
Luke Gustafson
2026-05-27 02:22:50 -04:00
committed by GitHub
parent 7e94235a28
commit d14615659a
2 changed files with 98 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"postinstall": "node scripts/patch-app-builder-lib.cjs && node scripts/patch-guacamole-lite.cjs",
"postinstall": "node scripts/patch-app-builder-lib.cjs && node scripts/patch-guacamole-lite.cjs && node scripts/patch-better-sqlite3.cjs",
"prebuild": "node scripts/write-electron-build-info.cjs",
"lint": "eslint .",
"lint:fix": "eslint --fix .",