files:
- file1: N/A:Please select the Humble installer
game:
exe: Stack.bin.x86
installer:
- extract:
dst: $CACHE
file: $file1
format: zip
- merge:
dst: $GAMEDIR
src: $CACHE/data
description: ''
game_slug: stacking
gogslug: stacking
humblestoreid: stacking
installer_slug: stacking-humble
name: Stacking
notes: ''
runner: linux
script:
files:
- file1: N/A:Please select the Humble installer
game:
exe: Stack.bin.x86
installer:
- extract:
dst: $CACHE
file: $file1
format: zip
- merge:
dst: $GAMEDIR
src: $CACHE/data
slug: stacking-humble
steamid: 115110
version: Humble
year: 2012
{
"game_slug": "stacking",
"version": "Humble",
"description": "",
"notes": "",
"name": "Stacking",
"year": 2012,
"steamid": 115110,
"gogslug": "stacking",
"humblestoreid": "stacking",
"runner": "linux",
"slug": "stacking-humble",
"installer_slug": "stacking-humble",
"script": {
"files": [
{
"file1": "N/A:Please select the Humble installer"
}
],
"game": {
"exe": "Stack.bin.x86"
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "$file1",
"format": "zip"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "$CACHE/data"
}
}
]
}
}