fix: update service to 2.1.0 and improve service installation for Unix systems (#6114)

* fix: update service to 2.1.0 and improve service installation for Unix systems

* fix: set GID environment variable during service installation on Linux

* Revert "fix: set GID environment variable during service installation on Linux"

This reverts commit 373aec579b.
This commit is contained in:
Tunglies
2026-01-19 14:02:25 +08:00
committed by GitHub
parent 2869a35f1e
commit d1649e3017
5 changed files with 12 additions and 24 deletions

View File

@@ -99,7 +99,7 @@ tauri-plugin-devtools = { version = "2.0.1" }
tauri-plugin-mihomo = { git = "https://github.com/clash-verge-rev/tauri-plugin-mihomo" }
clash_verge_logger = { git = "https://github.com/clash-verge-rev/clash-verge-logger" }
async-trait = "0.1.89"
clash_verge_service_ipc = { version = "2.0.30", features = [
clash_verge_service_ipc = { version = "2.1.0", features = [
"client",
], git = "https://github.com/clash-verge-rev/clash-verge-service-ipc" }
arc-swap = "1.8.0"