Fix deeplink on Windows (#95)

This commit is contained in:
Huang Xin
2025-01-04 11:20:31 +01:00
committed by GitHub
parent e885d22631
commit 3484c893df
5 changed files with 63 additions and 5 deletions
+2 -1
View File
@@ -6,7 +6,7 @@ authors = ["Bilingify LLC"]
license = ""
repository = ""
edition = "2021"
rust-version = "1.71"
rust-version = "1.77.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -45,4 +45,5 @@ rand = "0.8"
[target.'cfg(any(target_os = "macos", windows, target_os = "linux"))'.dependencies]
tauri-plugin-cli = "2"
tauri-plugin-single-instance = "2.2.0"
tauri-plugin-updater = "2"