feat: split wrapper command on linux (#4427)

* feat: split wrapper command on linux

* feat: use code from #3900

* feat: also use shlex on Windows

* feat: add a version number to global settings

* feat(app): add settings v2, where wrapper command are split
This commit is contained in:
Rayzeq
2025-10-30 22:48:51 +01:00
committed by GitHub
parent 8b39ba491a
commit 6b5f8a41e7
14 changed files with 152 additions and 13 deletions

1
Cargo.lock generated
View File

@@ -9463,6 +9463,7 @@ dependencies = [
"serde_with",
"sha1_smol",
"sha2",
"shlex",
"sqlx",
"sysinfo",
"tauri",