mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-28 05:14:17 +00:00
fix: uninstall, idd (#13142)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
246b5b93f8
commit
3d8fc7ca7b
@ -446,6 +446,8 @@ pub mod amyuni_idd {
|
||||
if crate::platform::windows::is_x64() {
|
||||
log::info!("Uninstalling driver by deviceinstaller64.exe");
|
||||
install_if_x86_on_x64(&work_dir, "remove usbmmidd")?;
|
||||
// Sleep some time to wait for the driver to be uninstalled.
|
||||
std::thread::sleep(Duration::from_secs(2));
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user