files:
- zipfile: N/A:Please select the Itch.io zip file
game:
exe: $GAMEDIR/Withering Rush.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR
installer:
- extract:
dst: $CACHE
file: zipfile
format: zip
- merge:
dst: $GAMEDIR
src: $CACHE
description: 'Zip file: https://silkenharbor6.itch.io/withering-rush'
game_slug: withering-rush
gogslug: ''
humblestoreid: ''
installer_slug: withering-rush-itchio
name: Withering Rush
notes: ''
runner: wine
script:
files:
- zipfile: N/A:Please select the Itch.io zip file
game:
exe: $GAMEDIR/Withering Rush.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR
installer:
- extract:
dst: $CACHE
file: zipfile
format: zip
- merge:
dst: $GAMEDIR
src: $CACHE
slug: withering-rush-itchio
steamid: null
version: itch.io
year: 2021
{
"game_slug": "withering-rush",
"version": "itch.io",
"description": "Zip file: https://silkenharbor6.itch.io/withering-rush",
"notes": "",
"name": "Withering Rush",
"year": 2021,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "withering-rush-itchio",
"installer_slug": "withering-rush-itchio",
"script": {
"files": [
{
"zipfile": "N/A:Please select the Itch.io zip file"
}
],
"game": {
"exe": "$GAMEDIR/Withering Rush.exe",
"prefix": "$GAMEDIR",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "zipfile",
"format": "zip"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "$CACHE"
}
}
]
}
}