Fix tauri build again

This commit is contained in:
Kwaroran
2025-05-17 03:28:12 +09:00
parent 18bc8d7c6a
commit 0a792db7c2
5 changed files with 5679 additions and 3459 deletions

View File

@@ -44,5 +44,5 @@ custom-protocol = ["tauri/custom-protocol"]
# crate-type = ["staticlib", "cdylib", "rlib", "lib"]
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = { version = "2.0.0", features = ["deep-link"] }
tauri-plugin-single-instance = { version = "2.2.3", features = ["deep-link"] }
tauri-plugin-updater = "2.7.1"