files:
- zip: N/A:Select the game's zip file
game:
exe: $GAMEDIR/Basingstoke.x86_64
installer:
- extract:
dst: $GAMEDIR
file: $zip
- chmodx: $GAMEDIR/Basingstoke.x86_64
description: null
game_slug: basingstoke
gogslug: basingstoke
humblestoreid: ''
installer_slug: basingstoke-itchio
name: Basingstoke
notes: Need to download the zip file from itch.io
runner: linux
script:
files:
- zip: N/A:Select the game's zip file
game:
exe: $GAMEDIR/Basingstoke.x86_64
installer:
- extract:
dst: $GAMEDIR
file: $zip
- chmodx: $GAMEDIR/Basingstoke.x86_64
slug: basingstoke-itchio
steamid: 336940
version: itch.io
year: 2018
{
"game_slug": "basingstoke",
"version": "itch.io",
"description": null,
"notes": "Need to download the zip file from itch.io",
"name": "Basingstoke",
"year": 2018,
"steamid": 336940,
"gogslug": "basingstoke",
"humblestoreid": "",
"runner": "linux",
"slug": "basingstoke-itchio",
"installer_slug": "basingstoke-itchio",
"script": {
"files": [
{
"zip": "N/A:Select the game's zip file"
}
],
"game": {
"exe": "$GAMEDIR/Basingstoke.x86_64"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "$zip"
}
},
{
"chmodx": "$GAMEDIR/Basingstoke.x86_64"
}
]
}
}