fix: auto launch does not worki

This commit is contained in:
huzibaca
2024-11-20 03:52:19 +08:00
parent 8773117e50
commit 708e5d1941
8 changed files with 73 additions and 76 deletions

19
src-tauri/Cargo.lock generated
View File

@@ -956,7 +956,6 @@ name = "clash-verge"
version = "2.0.0"
dependencies = [
"anyhow",
"auto-launch",
"boa_engine",
"chrono",
"deelevate",
@@ -982,6 +981,7 @@ dependencies = [
"sysproxy",
"tauri",
"tauri-build",
"tauri-plugin-autostart",
"tauri-plugin-clipboard-manager",
"tauri-plugin-deep-link",
"tauri-plugin-devtools",
@@ -2730,7 +2730,7 @@ dependencies = [
"httpdate",
"itoa 1.0.11",
"pin-project-lite",
"socket2 0.4.10",
"socket2 0.5.7",
"tokio",
"tower-service",
"tracing",
@@ -6257,6 +6257,21 @@ dependencies = [
"walkdir",
]
[[package]]
name = "tauri-plugin-autostart"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bba6bb936e0fd0a58ed958b49e2e423dd40949c9d9425cc991be996959e3838e"
dependencies = [
"auto-launch",
"log",
"serde",
"serde_json",
"tauri",
"tauri-plugin",
"thiserror 1.0.69",
]
[[package]]
name = "tauri-plugin-clipboard-manager"
version = "2.0.2"