mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-04 03:49:25 +08:00
fix CI failed build on linux
This commit is contained in:
parent
1fda4c257d
commit
4d37a9ee23
@ -101,7 +101,10 @@ fn main() {
|
|||||||
ipc::set_password(args[1].to_owned()).unwrap();
|
ipc::set_password(args[1].to_owned()).unwrap();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
} else if cfg!(target_os = "macos") && args[0] == "--daemon" {
|
}
|
||||||
|
|
||||||
|
#[cfg(target_os = "macos")]
|
||||||
|
if args[0] == "--daemon" {
|
||||||
log::info!("start --daemon");
|
log::info!("start --daemon");
|
||||||
crate::platform::start_daemon();
|
crate::platform::start_daemon();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user