From 265f4a455e1df3bd0d43f4e04b34c90c7041cba3 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:49:02 -0700 Subject: [PATCH] install (x2) --- NonSteamLaunchers.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index bca6cc4..4055917 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1590,6 +1590,10 @@ if [[ $options == *"Battle.net"* ]]; then # Run the BATTLE file using Proton with the /passive option echo "Running BATTLE file using Proton with the /passive option" + "$STEAM_RUNTIME" "$proton_dir/proton" run "$battle_file" Battle.net-Setup.exe --lang=enUS --installpath="C:\Program Files (x86)\Battle.net" + wait + # Run the BATTLE file using Proton with the /passive option + echo "Running BATTLE file using Proton with the /passive option" "$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