files:
- game_zip: N/A:Please select the .zip file from itch.io
game:
exe: alice-demo.sh
installer:
- extract:
dst: $GAMEDIR
src: game_zip
description: null
game_slug: alices-day-off
gogslug: ''
humblestoreid: ''
installer_slug: alices-day-off-itchio-demo
name: Alice's Day Off
notes: ''
runner: linux
script:
files:
- game_zip: N/A:Please select the .zip file from itch.io
game:
exe: alice-demo.sh
installer:
- extract:
dst: $GAMEDIR
src: game_zip
slug: alices-day-off-itchio-demo
steamid: null
version: Itch.io Demo
year: 2018
{
"game_slug": "alices-day-off",
"version": "Itch.io Demo",
"description": null,
"notes": "",
"name": "Alice's Day Off",
"year": 2018,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "alices-day-off-itchio-demo",
"installer_slug": "alices-day-off-itchio-demo",
"script": {
"files": [
{
"game_zip": "N/A:Please select the .zip file from itch.io"
}
],
"game": {
"exe": "alice-demo.sh"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"src": "game_zip"
}
}
]
}
}