Skip to content
Prev Previous commit
Next Next commit
Update script.js
  • Loading branch information
ImperatorS79 authored Aug 28, 2017
commit 86fd07c3fc124698e868509b2123884b2e8c3bfa
6 changes: 3 additions & 3 deletions Applications/Games/Hearthstone/Online/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ include(["Engines", "Wine", "Verbs", "corefonts"]);
new OnlineInstallerScript()
.name("Hearthstone")
.editor("Blizzard")
.applicationHomepage("http://eu.battle.net/en/app/")
.applicationHomepage("https://eu.battle.net/hearthstone/")
.author("ImperatorS79")
.url("https://www.battle.net/download/getInstallerForGame?os=win&locale=enGB&version=LIVE&gameProgram=BATTLENET_APP.exe")
.url("https://eu.battle.net/download/getInstaller?os=win&installer=Hearthstone-Setup.exe")
.category("Games")
.executable("Battle.net.exe")
.executable("Hearthstone.exe")
.wineVersion("2.15")
.wineDistribution("staging")
.preInstall(function(wine, wizard) {
Expand Down