fix: patch guacamole-lite to support protocol VERSION_1_5_0

This commit is contained in:
ZacharyZcR
2026-05-13 18:38:13 +08:00
parent ec87f8a4d1
commit fe86e48785
3 changed files with 39 additions and 49 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"postinstall": "node scripts/patch-app-builder-lib.cjs",
"postinstall": "node scripts/patch-app-builder-lib.cjs && node scripts/patch-guacamole-lite.cjs",
"prebuild": "node scripts/write-electron-build-info.cjs",
"lint": "eslint .",
"lint:fix": "eslint --fix .",