mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 15:27:48 +00:00
fix print
This commit is contained in:
@@ -19,11 +19,8 @@ pub async fn update(dir: &Path, cache: &mut structs::Cache) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
crate::println_info!(
|
crate::println_info!("Downloading outdated or missing files for IW4x",);
|
||||||
"{}Downloading outdated or missing files for IW4x",
|
println!(
|
||||||
misc::prefix("info")
|
|
||||||
);
|
|
||||||
crate::println_info!(
|
|
||||||
"{}{}",
|
"{}{}",
|
||||||
misc::prefix("downloading"),
|
misc::prefix("downloading"),
|
||||||
misc::cute_path(&dir.join("iw4x.dll"))
|
misc::cute_path(&dir.join("iw4x.dll"))
|
||||||
|
|||||||
Reference in New Issue
Block a user