Revert "feat: macos, update dmg (#13539)" (#13577)

This reverts commit a6571e71e4.
This commit is contained in:
RustDesk
2025-11-20 23:18:00 +08:00
committed by GitHub
parent 3787b45b49
commit 3c0be4e40e
3 changed files with 19 additions and 82 deletions

View File

@@ -115,10 +115,6 @@ pub fn global_init() -> bool {
crate::server::wayland::init();
}
}
#[cfg(target_os = "macos")]
{
crate::platform::macos::try_remove_temp_update_dir(None);
}
true
}