mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-21 20:21:09 +03:00
This commit is contained in:
@@ -95,13 +95,15 @@ fn main() {
|
||||
hbb_common::allow_err!(platform::uninstall_me());
|
||||
hbb_common::allow_err!(platform::install_me(
|
||||
"desktopicon startmenu",
|
||||
"".to_owned()
|
||||
"".to_owned(),
|
||||
false,
|
||||
));
|
||||
return;
|
||||
} else if args[0] == "--silent-install" {
|
||||
hbb_common::allow_err!(platform::install_me(
|
||||
"desktopicon startmenu",
|
||||
"".to_owned()
|
||||
"".to_owned(),
|
||||
true,
|
||||
));
|
||||
return;
|
||||
} else if args[0] == "--extract" {
|
||||
|
||||
Reference in New Issue
Block a user