Skip to content

Commit 6cdcc95

Browse files
KreyrenImperatorS79
authored andcommitted
Update Hearthstone to fix shortcut creation error
1 parent f7c7052 commit 6cdcc95

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Applications/Games/Hearthstone/Online/script.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include(["engines", "wine", "quick_script", "online_installer_script"]);
2-
include(["engines", "wine", "plugins", "windows_version"]);
32
include(["engines", "wine", "verbs", "vcrun2015"]);
43
include(["engines", "wine", "verbs", "corefonts"]);
54

@@ -9,14 +8,13 @@ var installerImplementation = {
98
.name("Hearthstone")
109
.editor("Blizzard")
1110
.applicationHomepage("https://eu.battle.net/hearthstone/")
12-
.author("ImperatorS79")
11+
.author("ImperatorS79, kreyren")
1312
.url("https://eu.battle.net/download/getInstaller?os=win&installer=Hearthstone-Setup.exe")
1413
.category("Games")
15-
.executable("Hearthstone.exe")
14+
.executable("Battle.net.exe")
1615
.wineVersion(LATEST_STAGING_VERSION)
1716
.wineDistribution("staging")
1817
.preInstall(function (wine/*, wizard*/) {
19-
wine.windowsVersion("winxp");
2018
wine.vcrun2015();
2119
wine.corefonts();
2220
})

Applications/Games/Hearthstone/Online/script.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"scriptName" : "Online",
33
"id" : "online",
44
"compatibleOperatingSystems" : [
5-
"LINUX"
5+
"LINUX",
6+
"MACOSX"
67
],
78
"testingOperatingSystems" : [
8-
"LINUX"
9+
"MACOSX"
910
],
1011
"free" : true,
1112
"requiresPatch" : false

0 commit comments

Comments
 (0)