chore: make updater thread non blocking

This commit is contained in:
2025-07-07 08:46:30 +02:00
parent 67352bfe37
commit 8f7269ba1b
3 changed files with 87 additions and 70 deletions

View File

@@ -35,6 +35,7 @@ reqwest = { version = "0.12.22", features = ["json", "stream"] }
md5 = "0.8.0"
tokio = { version = "1.46.0", features = ["full"] }
open = "5.3.2"
windows-sys = "0.60.2"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = "2.3.0"