mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 23:41:28 +03:00
fix ci
This commit is contained in:
@@ -318,7 +318,7 @@ fn core_main_invoke_new_connection(mut args: std::env::Args) -> Option<Vec<Strin
|
|||||||
let app_name = crate::get_app_name();
|
let app_name = crate::get_app_name();
|
||||||
let ext = format!(".{}", app_name.to_lowercase());
|
let ext = format!(".{}", app_name.to_lowercase());
|
||||||
if peer_id.ends_with(&ext) {
|
if peer_id.ends_with(&ext) {
|
||||||
peer_id = peer_id.replace(ext, "");
|
peer_id = peer_id.replace(&ext, "");
|
||||||
}
|
}
|
||||||
let mut switch_uuid = None;
|
let mut switch_uuid = None;
|
||||||
while let Some(item) = args.next() {
|
while let Some(item) = args.next() {
|
||||||
|
|||||||
Reference in New Issue
Block a user