files:
- steam-data: $STEAM:771450:/
game:
exe: ErrorHumanNotFound.sh
installer:
- merge:
dst: $GAMEDIR
src: steam-data
- chmodx: $GAMEDIR/ErrorHumanNotFound.sh
- chmodx: $GAMEDIR/lib/linux-i686/ErrorHumanNotFound
- chmodx: $GAMEDIR/lib/linux-x86_64/ErrorHumanNotFound
description: Native Linux version using Steam game data.
game_slug: error-human-not-found
gogslug: ''
humblestoreid: ''
installer_slug: error-human-not-found-steam
name: 'ERROR: Human Not Found'
notes: ''
runner: linux
script:
files:
- steam-data: $STEAM:771450:/
game:
exe: ErrorHumanNotFound.sh
installer:
- merge:
dst: $GAMEDIR
src: steam-data
- chmodx: $GAMEDIR/ErrorHumanNotFound.sh
- chmodx: $GAMEDIR/lib/linux-i686/ErrorHumanNotFound
- chmodx: $GAMEDIR/lib/linux-x86_64/ErrorHumanNotFound
slug: error-human-not-found-steam
steamid: 771450
version: Steam
year: 2018
{
"game_slug": "error-human-not-found",
"version": "Steam",
"description": "Native Linux version using Steam game data.",
"notes": "",
"name": "ERROR: Human Not Found",
"year": 2018,
"steamid": 771450,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "error-human-not-found-steam",
"installer_slug": "error-human-not-found-steam",
"script": {
"files": [
{
"steam-data": "$STEAM:771450:/"
}
],
"game": {
"exe": "ErrorHumanNotFound.sh"
},
"installer": [
{
"merge": {
"dst": "$GAMEDIR",
"src": "steam-data"
}
},
{
"chmodx": "$GAMEDIR/ErrorHumanNotFound.sh"
},
{
"chmodx": "$GAMEDIR/lib/linux-i686/ErrorHumanNotFound"
},
{
"chmodx": "$GAMEDIR/lib/linux-x86_64/ErrorHumanNotFound"
}
]
}
}