Skip to content

Commit

Permalink
missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Jan 1, 2025
1 parent ef90ab2 commit 7c2d622
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/service.rs
Original file line number Diff line number Diff line change
@@ -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();
}

0 comments on commit 7c2d622

Please sign in to comment.