mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 10:21:29 +03:00
feat: windows, custom client, update (#13687)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -66,7 +66,7 @@ impl RendezvousMediator {
|
||||
}
|
||||
crate::hbbs_http::sync::start();
|
||||
#[cfg(target_os = "windows")]
|
||||
if crate::platform::is_installed() && crate::is_server() && !crate::is_custom_client() {
|
||||
if crate::platform::is_installed() && crate::is_server() {
|
||||
crate::updater::start_auto_update();
|
||||
}
|
||||
check_zombie();
|
||||
|
||||
Reference in New Issue
Block a user