Skip to content

Commit 300fa30

Browse files
Zemogitermadoar
authored andcommitted
Update Starcraft 2 (use default Windows version and Wine 3.19-staging) (PhoenicisOrg#722)
* Update script.js * Update script.json
1 parent fa3313d commit 300fa30

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Applications/Games/Star Craft II/Online/script.js

Lines changed: 2 additions & 2 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

@@ -14,8 +13,9 @@ var installerImplementation = {
1413
// The checksum changes each time you download
1514
.category("Games")
1615
.executable("StarCraft II.exe")
16+
.wineVersion("3.19")
17+
.wineDistribution("staging")
1718
.preInstall(function (wine/*, wizard*/) {
18-
wine.windowsVersion("winxp");
1919
wine.vcrun2015();
2020
wine.corefonts();
2121
})

Applications/Games/Star Craft II/Online/script.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"compatibleOperatingSystems" : [
55
"LINUX"
66
],
7-
"testingOperatingSystems" : [
8-
"LINUX"
9-
],
10-
"free" : false,
11-
"requiresPatch" : false
7+
"testingOperatingSystems" : [],
8+
"free" : false,
9+
"requiresPatch" : false
1210
}

0 commit comments

Comments
 (0)