mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
debug install
This commit is contained in:
@@ -213,7 +213,9 @@ 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, false));
|
||||
allow_err!(crate::platform::windows::install_me(
|
||||
&_options, _path, false, false
|
||||
));
|
||||
std::process::exit(0);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user