Make custom wine comamnd do something

This commit is contained in:
2025-08-26 11:43:16 -07:00
parent 5a22efa069
commit be08ac521b
3 changed files with 44 additions and 44 deletions

View File

@@ -28,6 +28,10 @@ tauri-plugin-dialog = "2.3.3"
tauri-plugin-notification = "2.3.1"
sysinfo = "0.37.0"
[target.'cfg(target_os = "linux")'.dependencies]
shlex = "1.3.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = "2.3.3"