diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index e819f3f..84e1061 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" while true; do