compile error

This commit is contained in:
rustdesk 2021-08-14 01:06:06 +08:00
parent 64b4d14629
commit dae3a2b43b

View File

@ -78,7 +78,6 @@ fn main() {
hbb_common::allow_err!(platform::uninstall_me()); hbb_common::allow_err!(platform::uninstall_me());
hbb_common::allow_err!(platform::install_me( hbb_common::allow_err!(platform::install_me(
"desktopicon startmenu", "desktopicon startmenu",
"".to_owned()
)); ));
return; return;
} }