Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Applications/Games/Star Craft II/Online/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
include(["Engines", "Wine", "QuickScript", "OnlineInstallerScript"]);
include(["Engines", "Wine", "Verbs", "vcrun2015"]);
include(["Engines", "Wine", "Verbs", "corefonts"]);

new OnlineInstallerScript()
.name("Star Craft II")
.editor("Blizzard")
.applicationHomepage("http://eu.battle.net/sc2/")
.author("ImperatorS79")
.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")
.preInstall(function(wine, wizard) {
wine.windowsVersion("winxp");
wine.vcrun2015();
wine.corefonts();
})
.go();
7 changes: 7 additions & 0 deletions Applications/Games/Star Craft II/Online/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Online",
"compatibleOperatingSystems": ["LINUX"],
"testingOperatingSystems": ["LINUX"],
"free": false,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/Star Craft II/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Star Craft II",
"description": "StarCraft II: Wings of Liberty is a military science fiction real-time strategy video game developed and published by Blizzard Entertainment."
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.