Merge pull request #784 from ZacharyZcR/fix/guacamole-protocol-version

fix: patch guacamole-lite to support guacd 1.6.0 protocol version
This commit is contained in:
ZacharyZcR
2026-05-18 04:35:43 +08:00
committed by GitHub
3 changed files with 39 additions and 49 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",
"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 .",