mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 06:23:19 +03:00
feat, update, win, macos (#11618)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -61,6 +61,10 @@ impl RendezvousMediator {
|
||||
}
|
||||
}
|
||||
crate::hbbs_http::sync::start();
|
||||
#[cfg(target_os = "windows")]
|
||||
if crate::platform::is_installed() && !crate::is_custom_client() {
|
||||
crate::updater::start_auto_update();
|
||||
}
|
||||
let mut nat_tested = false;
|
||||
check_zombie();
|
||||
let server = new_server();
|
||||
|
||||
Reference in New Issue
Block a user