mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 11:41:28 +03:00
missed file
This commit is contained in:
11
src/service.rs
Normal file
11
src/service.rs
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
use librustdesk::*;
|
||||||
|
|
||||||
|
#[cfg(not(target_os = "macos"))]
|
||||||
|
fn main() {}
|
||||||
|
|
||||||
|
#[cfg(target_os = "macos")]
|
||||||
|
fn main() {
|
||||||
|
crate::common::load_custom_client();
|
||||||
|
hbb_common::init_log(false, "service");
|
||||||
|
crate::start_os_service();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user