files:
- archive: N/A:Please select the windows installer archive downloaded from itch.io
(sokobond-windows.zip)
game:
exe: $GAMEDIR/sokobond_datadir/Sokobond.exe
prefix: $GAMEDIR/prefix
working_dir: $GAMEDIR/sokobond_datadir
installer:
- extract:
dst: $GAMEDIR/sokobond_datadir/
file: archive
description: ''
game_slug: sokobond
gogslug: sokobond
humblestoreid: sokobond
installer_slug: sokobond-itchio
name: Sokobond
notes: For this script to work you need to have the sokobond-windows.zip from itch.io
(https://draknek.itch.io/sokobond)
runner: wine
script:
files:
- archive: N/A:Please select the windows installer archive downloaded from itch.io
(sokobond-windows.zip)
game:
exe: $GAMEDIR/sokobond_datadir/Sokobond.exe
prefix: $GAMEDIR/prefix
working_dir: $GAMEDIR/sokobond_datadir
installer:
- extract:
dst: $GAMEDIR/sokobond_datadir/
file: archive
slug: sokobond-itchio
steamid: 290260
version: itch.io
year: 2014
{
"game_slug": "sokobond",
"version": "itch.io",
"description": "",
"notes": "For this script to work you need to have the sokobond-windows.zip from itch.io (https://draknek.itch.io/sokobond)",
"name": "Sokobond",
"year": 2014,
"steamid": 290260,
"gogslug": "sokobond",
"humblestoreid": "sokobond",
"runner": "wine",
"slug": "sokobond-itchio",
"installer_slug": "sokobond-itchio",
"script": {
"files": [
{
"archive": "N/A:Please select the windows installer archive downloaded from itch.io (sokobond-windows.zip)"
}
],
"game": {
"exe": "$GAMEDIR/sokobond_datadir/Sokobond.exe",
"prefix": "$GAMEDIR/prefix",
"working_dir": "$GAMEDIR/sokobond_datadir"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR/sokobond_datadir/",
"file": "archive"
}
}
]
}
}