Replace deprecated shell-open with opener plugin to open urls and folders (#40)

This commit is contained in:
Huang Xin
2024-12-25 16:17:03 +01:00
committed by GitHub
parent f76bce5575
commit 82fb92cf86
9 changed files with 348 additions and 26 deletions
+1
View File
@@ -33,6 +33,7 @@ tauri-plugin-devtools = "2.0.0"
tauri-plugin-shell = "2"
tauri-plugin-process = "2"
tauri-plugin-oauth = "2"
tauri-plugin-opener = "2.2.2"
[patch.crates-io]
tauri = { path = "../../../packages/tauri/crates/tauri" }