Skip to content
Snippets Groups Projects
Unverified Commit db324f54 authored by GyDi's avatar GyDi
Browse files

chore: update auto launch

parent c611a515
No related branches found
No related tags found
No related merge requests found
......@@ -238,10 +238,11 @@ dependencies = [
[[package]]
name = "auto-launch"
version = "0.2.0"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f0ab475f9b1049a9d4e9c83f45ff27ec3bce4a6cb8e58e7f29030f8992af8c5"
checksum = "642d13324da4df30a472026356a7fd24845d4a8038e5c47ed99c62074b526fa5"
dependencies = [
"anyhow",
"dirs 4.0.0",
"winreg",
]
......
......@@ -25,7 +25,7 @@ nanoid = "0.4.0"
chrono = "0.4.19"
serde_json = "1.0"
serde_yaml = "0.8"
auto-launch = "0.2"
auto-launch = "0.3"
port_scanner = "0.1.5"
delay_timer = "0.11.1"
parking_lot = "0.12.0"
......
......@@ -123,7 +123,7 @@ impl Sysopt {
let auto = AutoLaunchBuilder::new()
.set_app_name(app_name)
.set_app_path(app_path)
.build();
.build()?;
if let Some(enable) = enable {
// fix issue #26
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment