Skip to content

Commit

Permalink
Update Hearthstone to fix shortcut creation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyren authored and ImperatorS79 committed Feb 6, 2019
1 parent f7c7052 commit 6cdcc95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Applications/Games/Hearthstone/Online/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include(["engines", "wine", "quick_script", "online_installer_script"]);
include(["engines", "wine", "plugins", "windows_version"]);
include(["engines", "wine", "verbs", "vcrun2015"]);
include(["engines", "wine", "verbs", "corefonts"]);

Expand All @@ -9,14 +8,13 @@ var installerImplementation = {
.name("Hearthstone")
.editor("Blizzard")
.applicationHomepage("https://eu.battle.net/hearthstone/")
.author("ImperatorS79")
.author("ImperatorS79, kreyren")
.url("https://eu.battle.net/download/getInstaller?os=win&installer=Hearthstone-Setup.exe")
.category("Games")
.executable("Hearthstone.exe")
.executable("Battle.net.exe")
.wineVersion(LATEST_STAGING_VERSION)
.wineDistribution("staging")
.preInstall(function (wine/*, wizard*/) {
wine.windowsVersion("winxp");
wine.vcrun2015();
wine.corefonts();
})
Expand Down
5 changes: 3 additions & 2 deletions Applications/Games/Hearthstone/Online/script.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"scriptName" : "Online",
"id" : "online",
"compatibleOperatingSystems" : [
"LINUX"
"LINUX",
"MACOSX"
],
"testingOperatingSystems" : [
"LINUX"
"MACOSX"
],
"free" : true,
"requiresPatch" : false
Expand Down

0 comments on commit 6cdcc95

Please sign in to comment.