From 3551289e7f6fe391f8114c6b2910468bb95f7f06 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:41:26 -0700 Subject: [PATCH] added 20 seconds --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 8359719..bca6cc4 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1593,7 +1593,7 @@ if [[ $options == *"Battle.net"* ]]; then "$STEAM_RUNTIME" "$proton_dir/proton" run "$battle_file" Battle.net-Setup.exe --lang=enUS --installpath="C:\Program Files (x86)\Battle.net" # Wait for the process to finish or timeout after a certain number of attempts - max_attempts=10 + max_attempts=20 attempt=0 while true; do if pgrep -f "Battle.net.exe" > /dev/null; then