files:
- installer: N/A:Select the game's setup file
game:
exe: drive_c/game/WalkingDead2.exe
prefix: $GAMEDIR/prefix
installer:
- execute:
args: --gog -d "$CACHE" "$installer"
description: Extracting game data
file: innoextract
- move:
description: Extracting game data
dst: $GAMEDIR/prefix/drive_c/game
src: $CACHE/app
description: null
game_slug: the-walking-dead-season-two
gogslug: walking_dead_season_2_the
humblestoreid: ''
installer_slug: the-walking-dead-season-two-gog
name: 'The Walking Dead: Season Two'
notes: ''
runner: wine
script:
files:
- installer: N/A:Select the game's setup file
game:
exe: drive_c/game/WalkingDead2.exe
prefix: $GAMEDIR/prefix
installer:
- execute:
args: --gog -d "$CACHE" "$installer"
description: Extracting game data
file: innoextract
- move:
description: Extracting game data
dst: $GAMEDIR/prefix/drive_c/game
src: $CACHE/app
slug: the-walking-dead-season-two-gog
steamid: 261030
version: GOG
year: 2013
{
"game_slug": "the-walking-dead-season-two",
"version": "GOG",
"description": null,
"notes": "",
"name": "The Walking Dead: Season Two",
"year": 2013,
"steamid": 261030,
"gogslug": "walking_dead_season_2_the",
"humblestoreid": "",
"runner": "wine",
"slug": "the-walking-dead-season-two-gog",
"installer_slug": "the-walking-dead-season-two-gog",
"script": {
"files": [
{
"installer": "N/A:Select the game's setup file"
}
],
"game": {
"exe": "drive_c/game/WalkingDead2.exe",
"prefix": "$GAMEDIR/prefix"
},
"installer": [
{
"execute": {
"args": "--gog -d \"$CACHE\" \"$installer\"",
"description": "Extracting game data",
"file": "innoextract"
}
},
{
"move": {
"description": "Extracting game data",
"dst": "$GAMEDIR/prefix/drive_c/game",
"src": "$CACHE/app"
}
}
]
}
}