files:
- file1: N/A:Please select the Humble installer
game:
exe: Shank
installer:
- extract:
dst: $CACHE
file: $file1
format: zip
- merge:
dst: $GAMEDIR
src: $CACHE/data
- chmodx: $GAMEDIR/Shank
description: ''
game_slug: shank
gogslug: ''
humblestoreid: shank
installer_slug: shank-humble
name: Shank
notes: ''
runner: linux
script:
files:
- file1: N/A:Please select the Humble installer
game:
exe: Shank
installer:
- extract:
dst: $CACHE
file: $file1
format: zip
- merge:
dst: $GAMEDIR
src: $CACHE/data
- chmodx: $GAMEDIR/Shank
slug: shank-humble
steamid: 6120
version: Humble
year: 2010
{
"game_slug": "shank",
"version": "Humble",
"description": "",
"notes": "",
"name": "Shank",
"year": 2010,
"steamid": 6120,
"gogslug": "",
"humblestoreid": "shank",
"runner": "linux",
"slug": "shank-humble",
"installer_slug": "shank-humble",
"script": {
"files": [
{
"file1": "N/A:Please select the Humble installer"
}
],
"game": {
"exe": "Shank"
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "$file1",
"format": "zip"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "$CACHE/data"
}
},
{
"chmodx": "$GAMEDIR/Shank"
}
]
}
}