files:
- fileGameZip: https://www.origamihero.com/r09.zip
game:
exe: $GAMEDIR/starter.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR
file: $fileGameZip
- chmodx: $GAMEDIR/starter.exe
wine:
Desktop: true
WineDesktop: 640x480
description: The game window captures pointer until it is closed.
game_slug: reactor-09
gogslug: ''
humblestoreid: ''
installer_slug: reactor-09-original
name: Reactor 09
notes: ''
runner: wine
script:
files:
- fileGameZip: https://www.origamihero.com/r09.zip
game:
exe: $GAMEDIR/starter.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR
file: $fileGameZip
- chmodx: $GAMEDIR/starter.exe
wine:
Desktop: true
WineDesktop: 640x480
slug: reactor-09-original
steamid: null
version: original
year: null
{
"game_slug": "reactor-09",
"version": "original",
"description": "The game window captures pointer until it is closed.",
"notes": "",
"name": "Reactor 09",
"year": null,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "reactor-09-original",
"installer_slug": "reactor-09-original",
"script": {
"files": [
{
"fileGameZip": "https://www.origamihero.com/r09.zip"
}
],
"game": {
"exe": "$GAMEDIR/starter.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"file": "$fileGameZip"
}
},
{
"chmodx": "$GAMEDIR/starter.exe"
}
],
"wine": {
"Desktop": true,
"WineDesktop": "640x480"
}
}
}