Refact. Remove idd driver (#7068)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
fufesou
2024-02-19 19:55:04 +08:00
committed by GitHub
parent 9a1fd1aa4f
commit 582db9d542
43 changed files with 8 additions and 134 deletions

View File

@@ -183,7 +183,7 @@ pub fn core_main() -> Option<Vec<String>> {
return None;
} else if args[0] == "--silent-install" {
let res = platform::install_me(
"desktopicon startmenu driverCert",
"desktopicon startmenu",
"".to_owned(),
true,
args.len() > 1,