mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-03 03:19:27 +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();
|
||||
}
|
||||
return;
|
||||
} else if cfg!(target_os = "macos") && args[0] == "--daemon" {
|
||||
}
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
if args[0] == "--daemon" {
|
||||
log::info!("start --daemon");
|
||||
crate::platform::start_daemon();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user