More work on Hearthstone, it's not working yet and appears to hang in the installer section. A little closer than before though.
This commit is contained in:
parent
7e01adaa53
commit
e1f8475b42
@ -1859,8 +1859,8 @@ case "${game}" in
|
|||||||
add_launcher "c:\Program Files\hammer of glory\game.exe"
|
add_launcher "c:\Program Files\hammer of glory\game.exe"
|
||||||
;;
|
;;
|
||||||
"Hearthstone")
|
"Hearthstone")
|
||||||
export winVer="win7"
|
export winVer="win10"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle ie8 vcrun2015 speechsdk
|
||||||
# This download url breaks the download function, so grab it manually.
|
# This download url breaks the download function, so grab it manually.
|
||||||
wget -O "${cache}/Hearthstone.exe" "https://www.battle.net/download/getInstallerForGame?os=win&gameProgram=HEARTHSTONE&version=Live"
|
wget -O "${cache}/Hearthstone.exe" "https://www.battle.net/download/getInstallerForGame?os=win&gameProgram=HEARTHSTONE&version=Live"
|
||||||
wget -O "${cache}/Hearthstone_patch.zip" "https://github.com/HearthstoneAccess/HearthstoneAccess/releases/latest/download/patch.zip"
|
wget -O "${cache}/Hearthstone_patch.zip" "https://github.com/HearthstoneAccess/HearthstoneAccess/releases/latest/download/patch.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user