files:
- zipfile: 'N/A: Please select the Itch.io zip file'
game:
exe: $GAMEDIR/Shutter Stroll.x86_64
working_dir: $GAMEDIR
installer:
- extract:
dst: $CACHE
file: zipfile
- merge:
dst: $GAMEDIR
src: $CACHE
description: ''
game_slug: shutter-stroll
gogslug: ''
humblestoreid: ''
installer_slug: shutter-stroll-itchio
name: Shutter Stroll
notes: ''
runner: linux
script:
files:
- zipfile: 'N/A: Please select the Itch.io zip file'
game:
exe: $GAMEDIR/Shutter Stroll.x86_64
working_dir: $GAMEDIR
installer:
- extract:
dst: $CACHE
file: zipfile
- merge:
dst: $GAMEDIR
src: $CACHE
slug: shutter-stroll-itchio
steamid: null
version: Itch.io
year: 2020
{
"game_slug": "shutter-stroll",
"version": "Itch.io",
"description": "",
"notes": "",
"name": "Shutter Stroll",
"year": 2020,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "shutter-stroll-itchio",
"installer_slug": "shutter-stroll-itchio",
"script": {
"files": [
{
"zipfile": "N/A: Please select the Itch.io zip file"
}
],
"game": {
"exe": "$GAMEDIR/Shutter Stroll.x86_64",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "zipfile"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "$CACHE"
}
}
]
}
}