From d733f9895070c290c33c1d422e4d88c0e1e70144 Mon Sep 17 00:00:00 2001 From: Plata Date: Mon, 28 Aug 2017 13:07:22 +0200 Subject: [PATCH] updated Blizzard app (fixed download URL) --- Applications/Games/Blizzard app/Online/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Games/Blizzard app/Online/script.js b/Applications/Games/Blizzard app/Online/script.js index 5b48ab1886..201707bada 100644 --- a/Applications/Games/Blizzard app/Online/script.js +++ b/Applications/Games/Blizzard app/Online/script.js @@ -7,7 +7,7 @@ new OnlineInstallerScript() .editor("Blizzard") .applicationHomepage("http://eu.battle.net/en/app/") .author("Plata") - .url("https://www.battle.net/download/getInstallerForGame?os=win&locale=enGB&version=LIVE&gameProgram=BATTLENET_APP") + .url("https://www.battle.net/download/getInstallerForGame?os=win&locale=enGB&version=LIVE&gameProgram=BATTLENET_APP.exe") .category("Games") .executable("Battle.net.exe") .wineVersion("2.7")