Skip to content

Commit

Permalink
temp fix on battlenet
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Mar 16, 2024
1 parent f71605b commit a023490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a023490

Please sign in to comment.