2024.5.1-beta.1 (#40)

Fix Linux and Windows launch errors
This commit is contained in:
Gregory Schier
2024-06-04 15:02:14 -07:00
committed by GitHub
parent 5b12fad173
commit a62d43be18
10 changed files with 117 additions and 241 deletions
+2 -2
View File
@@ -18,5 +18,5 @@ anyhow = "1.0.79"
hyper = { version = "0.14" }
hyper-rustls = { version = "0.24.0", features = ["http2"] }
uuid = { version = "1.7.0", features = ["v4"] }
tauri = { version = "2.0.0-beta.16" }
tauri-plugin-shell = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri = { version = "2.0.0-beta" }
tauri-plugin-shell = "2.0.0-beta"