Skip to content

Commit

Permalink
Update Starcraft II (use latest stable Wine, fix executable name) (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemogiter authored and ImperatorS79 committed Feb 9, 2019
1 parent 64231ec commit 83f48f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Applications/Games/Star Craft II/Online/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ var installerImplementation = {
.url("https://eu.battle.net/download/getInstaller?os=win&installer=StarCraft-II-Setup.exe")
// The checksum changes each time you download
.category("Games")
.executable("StarCraft II.exe")
.wineVersion("3.19")
.wineDistribution("staging")
.executable("Battle.net.exe")
.preInstall(function (wine/*, wizard*/) {
wine.vcrun2015();
wine.corefonts();
Expand Down

0 comments on commit 83f48f3

Please sign in to comment.