mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-22 02:33:20 +03:00
fix ci
This commit is contained in:
@@ -793,6 +793,7 @@ pub fn extract_update_dmg(file: &str) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let evt = serde_json::ser::to_string(&evt).unwrap_or("".to_owned());
|
let evt = serde_json::ser::to_string(&evt).unwrap_or("".to_owned());
|
||||||
|
#[cfg(feature = "flutter")]
|
||||||
crate::flutter::push_global_event(crate::flutter::APP_TYPE_MAIN, evt);
|
crate::flutter::push_global_event(crate::flutter::APP_TYPE_MAIN, evt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user