files:
- fileGameZip: http://www.origamihero.com/r09272.zip
game:
exe: $GAMEDIR/reactor09.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR
file: $fileGameZip
- chmodx: $GAMEDIR/reactor09.exe
wine:
Desktop: true
WineDesktop: 640x480
description: null
game_slug: reactor-09
gogslug: ''
humblestoreid: ''
installer_slug: reactor-09-updated
name: Reactor 09
notes: ''
runner: wine
script:
files:
- fileGameZip: http://www.origamihero.com/r09272.zip
game:
exe: $GAMEDIR/reactor09.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR
file: $fileGameZip
- chmodx: $GAMEDIR/reactor09.exe
wine:
Desktop: true
WineDesktop: 640x480
slug: reactor-09-updated
steamid: null
version: updated
year: null
{
"game_slug": "reactor-09",
"version": "updated",
"description": null,
"notes": "",
"name": "Reactor 09",
"year": null,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "reactor-09-updated",
"installer_slug": "reactor-09-updated",
"script": {
"files": [
{
"fileGameZip": "http://www.origamihero.com/r09272.zip"
}
],
"game": {
"exe": "$GAMEDIR/reactor09.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"file": "$fileGameZip"
}
},
{
"chmodx": "$GAMEDIR/reactor09.exe"
}
],
"wine": {
"Desktop": true,
"WineDesktop": "640x480"
}
}
}