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