add driverCert into silent install
This commit is contained in:
parent
88072a334f
commit
fddf279bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ pub fn core_main() -> Option<Vec<String>> {
|
|||
return None;
|
||||
} else if args[0] == "--silent-install" {
|
||||
hbb_common::allow_err!(platform::install_me(
|
||||
"desktopicon startmenu",
|
||||
"desktopicon startmenu driverCert",
|
||||
"".to_owned(),
|
||||
true,
|
||||
args.len() > 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue