files:
- setup:
filename: StarCraft-Setup.exe
url: https://www.battle.net/download/getInstallerForGame?os=win&locale=enEN&version=LIVE&gameProgram=STARCRAFT
game:
arch: win64
exe: drive_c/Program Files (x86)/StarCraft/StarCraft Launcher.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
app: win7
arch: win64
description: Setting Windows version to Windows 7
name: winetricks
prefix: $GAMEDIR
- task:
arch: win64
description: Installing StarCraft Anthology
executable: $setup
name: wineexec
prefix: $GAMEDIR
description: ''
game_slug: starcraft-anthology
gogslug: ''
humblestoreid: ''
installer_slug: starcraft-anthology-windows
name: StarCraft Anthology
notes: ''
runner: wine
script:
files:
- setup:
filename: StarCraft-Setup.exe
url: https://www.battle.net/download/getInstallerForGame?os=win&locale=enEN&version=LIVE&gameProgram=STARCRAFT
game:
arch: win64
exe: drive_c/Program Files (x86)/StarCraft/StarCraft Launcher.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
app: win7
arch: win64
description: Setting Windows version to Windows 7
name: winetricks
prefix: $GAMEDIR
- task:
arch: win64
description: Installing StarCraft Anthology
executable: $setup
name: wineexec
prefix: $GAMEDIR
slug: starcraft-anthology-windows
steamid: null
version: Windows
year: 1999
{
"game_slug": "starcraft-anthology",
"version": "Windows",
"description": "",
"notes": "",
"name": "StarCraft Anthology",
"year": 1999,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "starcraft-anthology-windows",
"installer_slug": "starcraft-anthology-windows",
"script": {
"files": [
{
"setup": {
"filename": "StarCraft-Setup.exe",
"url": "https://www.battle.net/download/getInstallerForGame?os=win&locale=enEN&version=LIVE&gameProgram=STARCRAFT"
}
}
],
"game": {
"arch": "win64",
"exe": "drive_c/Program Files (x86)/StarCraft/StarCraft Launcher.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "win7",
"arch": "win64",
"description": "Setting Windows version to Windows 7",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"description": "Installing StarCraft Anthology",
"executable": "$setup",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}