mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-17 18:21:02 +03:00
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user