fix sciter bundle

This commit is contained in:
rustdesk
2023-06-30 22:13:16 +08:00
parent 3e321327a4
commit 324447ffc8
3 changed files with 6 additions and 3 deletions

View File

@@ -61,6 +61,11 @@ pub fn make_tray() -> hbb_common::ResultType<()> {
let mut docker_hiden = false;
let open_func = move || {
#[cfg(not(feature = "flutter"))]
{
crate::run_me::<&str>(vec![]).ok();
return;
}
#[cfg(target_os = "macos")]
crate::platform::macos::handle_application_should_open_untitled_file();
#[cfg(target_os = "windows")]