fix ci
This commit is contained in:
parent
b84cf2f804
commit
fb78831c8a
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user