consume
This commit is contained in:
parent
dacaf322d4
commit
8c407de8fb
@ -518,7 +518,7 @@ async fn main() {
|
|||||||
windows_launcher_install(&games).await;
|
windows_launcher_install(&games).await;
|
||||||
|
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
manual_install(&games);
|
manual_install(&games).await;
|
||||||
|
|
||||||
println!("{}", "Game not found!".bright_red());
|
println!("{}", "Game not found!".bright_red());
|
||||||
println!("Place the launcher in the game folder, if that doesn't work specify the client on the command line (ex. alterware-launcher.exe iw4-sp)");
|
println!("Place the launcher in the game folder, if that doesn't work specify the client on the command line (ex. alterware-launcher.exe iw4-sp)");
|
||||||
|
Loading…
Reference in New Issue
Block a user