fix: wrong exe path

This commit is contained in:
GyDi
2022-02-21 22:33:37 +08:00
parent 49540c7151
commit 77663d64a0
4 changed files with 15 additions and 20 deletions

7
src-tauri/Cargo.lock generated
View File

@@ -448,6 +448,7 @@ dependencies = [
"auto-launch",
"chrono",
"dirs",
"dunce",
"log",
"log4rs",
"port_scanner",
@@ -868,6 +869,12 @@ dependencies = [
"dtoa",
]
[[package]]
name = "dunce"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
[[package]]
name = "easy-parallel"
version = "3.2.0"