files:
- installer_zip: https://github.com/STJr/SRB2/releases/download/SRB2_release_2.2.9/SRB2-v229-Full.zip
game:
exe: $GAMEDIR/drive_c/SRB2/srb2win.exe
working_dir: $GAMEDIR/drive_c/SRB2
installer:
- task:
description: Creating Wine prefix
install_gecko: false
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/SRB2/
file: installer_zip
description: Downloads the the installer ZIP file from GitHub and extracts it.
game_slug: sonic-robo-blast-2
gogslug: ''
humblestoreid: ''
installer_slug: sonic-robo-blast-2-229
name: Sonic Robo Blast 2
notes: ''
runner: wine
script:
files:
- installer_zip: https://github.com/STJr/SRB2/releases/download/SRB2_release_2.2.9/SRB2-v229-Full.zip
game:
exe: $GAMEDIR/drive_c/SRB2/srb2win.exe
working_dir: $GAMEDIR/drive_c/SRB2
installer:
- task:
description: Creating Wine prefix
install_gecko: false
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/SRB2/
file: installer_zip
slug: sonic-robo-blast-2-229
steamid: null
version: 2.2.9
year: 1998
{
"game_slug": "sonic-robo-blast-2",
"version": "2.2.9",
"description": "Downloads the the installer ZIP file from GitHub and extracts it.",
"notes": "",
"name": "Sonic Robo Blast 2",
"year": 1998,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "sonic-robo-blast-2-229",
"installer_slug": "sonic-robo-blast-2-229",
"script": {
"files": [
{
"installer_zip": "https://github.com/STJr/SRB2/releases/download/SRB2_release_2.2.9/SRB2-v229-Full.zip"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/SRB2/srb2win.exe",
"working_dir": "$GAMEDIR/drive_c/SRB2"
},
"installer": [
{
"task": {
"description": "Creating Wine prefix",
"install_gecko": false,
"install_mono": false,
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR/drive_c/SRB2/",
"file": "installer_zip"
}
}
]
}
}