Skip to content

Commit

Permalink
Fix: url for Battle.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Castro-Fidel committed Oct 9, 2023
1 parent 8836eb5 commit f151b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_from_portwine/scripts/pw_autoinstall/PW_BATTLE_NET
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[ "${update_loc}" = "RUS" ] && export BN_LOC=ruRU || export BN_LOC=enUS
export PW_AUTOINSTALL_EXE="${PW_USER_TEMP}/Battle.net-Setup-${BN_LOC}.exe"
start_portwine
if try_download "https://www.battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP" "${PW_AUTOINSTALL_EXE}"
if try_download "https://battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP" "${PW_AUTOINSTALL_EXE}"
then
# PW_START_PROGRESS_BAR "${loc_gui_installing_the} Battle Net. ${loc_gui_please_wait} "
try_remove_dir "$WINEPREFIX/drive_c/ProgramData/Battle.net"
Expand Down

0 comments on commit f151b94

Please sign in to comment.