files:
- fileGameZip: http://www.origamihero.com/files/kitty.zip
game:
exe: $GAMEDIR/kitty.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR
file: $fileGameZip
- chmodx: $GAMEDIR/kitty.exe
description: null
game_slug: a-game-with-a-kitty
gogslug: ''
humblestoreid: ''
installer_slug: a-game-with-a-kitty-windows
name: A Game with a Kitty
notes: Release notes can be found inside the installation directory.
runner: wine
script:
files:
- fileGameZip: http://www.origamihero.com/files/kitty.zip
game:
exe: $GAMEDIR/kitty.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR
file: $fileGameZip
- chmodx: $GAMEDIR/kitty.exe
slug: a-game-with-a-kitty-windows
steamid: null
version: Windows
year: 2005
{
"game_slug": "a-game-with-a-kitty",
"version": "Windows",
"description": null,
"notes": "Release notes can be found inside the installation directory.",
"name": "A Game with a Kitty",
"year": 2005,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "a-game-with-a-kitty-windows",
"installer_slug": "a-game-with-a-kitty-windows",
"script": {
"files": [
{
"fileGameZip": "http://www.origamihero.com/files/kitty.zip"
}
],
"game": {
"exe": "$GAMEDIR/kitty.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"file": "$fileGameZip"
}
},
{
"chmodx": "$GAMEDIR/kitty.exe"
}
]
}
}