From 86fd07c3fc124698e868509b2123884b2e8c3bfa Mon Sep 17 00:00:00 2001 From: ImperatorS79 Date: Mon, 28 Aug 2017 15:32:29 +0200 Subject: [PATCH 1/2] Update script.js --- Applications/Games/Hearthstone/Online/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Applications/Games/Hearthstone/Online/script.js b/Applications/Games/Hearthstone/Online/script.js index a7998c4920..a5feeb11ca 100644 --- a/Applications/Games/Hearthstone/Online/script.js +++ b/Applications/Games/Hearthstone/Online/script.js @@ -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) { From 7cc70509dcd543c120d41cf51781ed3fad3e15d4 Mon Sep 17 00:00:00 2001 From: ImperatorS79 Date: Thu, 9 May 2019 09:58:37 +0200 Subject: [PATCH 2/2] Update script.js --- Engines/Wine/Verbs/DXVK/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Engines/Wine/Verbs/DXVK/script.js b/Engines/Wine/Verbs/DXVK/script.js index dbf1aa5769..6cffb7e610 100644 --- a/Engines/Wine/Verbs/DXVK/script.js +++ b/Engines/Wine/Verbs/DXVK/script.js @@ -90,7 +90,8 @@ var verbImplementation = { .get(); var latestVersion = cat(releaseFile).replaceAll("\\n", ""); // query desired version (default: latest release version) - var versions = ["1.0", + var versions = ["1.1.1", + "1.0.3", "1.0.2", "1.0.1", "1.0", "0.96", "0.95", "0.94", "0.93", "0.92", "0.91", "0.90", "0.81", "0.80", "0.72", "0.71", "0.70", "0.65", "0.64", "0.63", "0.62", "0.61", "0.60",