rustdesk
2022-06-13 19:00:25 +08:00
parent 103f114b67
commit f2eaad73a8
3 changed files with 11 additions and 7 deletions

View File

@@ -213,7 +213,7 @@ impl UI {
fn install_me(&mut self, _options: String, _path: String) {
#[cfg(windows)]
std::thread::spawn(move || {
allow_err!(crate::platform::windows::install_me(&_options, _path));
allow_err!(crate::platform::windows::install_me(&_options, _path, false));
std::process::exit(0);
});
}