mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 18:41:28 +03:00
add driverCert into reinstall
This commit is contained in:
@@ -125,7 +125,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
|||||||
} else if args[0] == "--reinstall" {
|
} else if args[0] == "--reinstall" {
|
||||||
hbb_common::allow_err!(platform::uninstall_me(false));
|
hbb_common::allow_err!(platform::uninstall_me(false));
|
||||||
hbb_common::allow_err!(platform::install_me(
|
hbb_common::allow_err!(platform::install_me(
|
||||||
"desktopicon startmenu",
|
"desktopicon startmenu driverCert",
|
||||||
"".to_owned(),
|
"".to_owned(),
|
||||||
false,
|
false,
|
||||||
false,
|
false,
|
||||||
|
|||||||
Reference in New Issue
Block a user