From 8c407de8fb9e9019f51ac3cd38085047d11a1a3a Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:43:36 +0100 Subject: [PATCH] consume --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 18c5600..5d753e4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -518,7 +518,7 @@ async fn main() { windows_launcher_install(&games).await; #[cfg(not(windows))] - manual_install(&games); + manual_install(&games).await; 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)");