extends: get-in-the-car-loser-itchio
files:
- dlcfile: N/A:Select the DLC archive
installer:
- extract:
dst: $GAMEDIR
file: dlcfile
description: This extends an existing installation.
game_slug: get-in-the-car-loser
gogslug: ''
humblestoreid: ''
installer_slug: get-in-the-car-loser-dlc-1
name: Get In The Car, Loser!
notes: ''
runner: wine
script:
extends: get-in-the-car-loser-itchio
files:
- dlcfile: N/A:Select the DLC archive
installer:
- extract:
dst: $GAMEDIR
file: dlcfile
slug: get-in-the-car-loser-dlc-1
steamid: 938860
version: DLC 1
year: 2021
{
"game_slug": "get-in-the-car-loser",
"version": "DLC 1",
"description": "This extends an existing installation.",
"notes": "",
"name": "Get In The Car, Loser!",
"year": 2021,
"steamid": 938860,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "get-in-the-car-loser-dlc-1",
"installer_slug": "get-in-the-car-loser-dlc-1",
"script": {
"extends": "get-in-the-car-loser-itchio",
"files": [
{
"dlcfile": "N/A:Select the DLC archive"
}
],
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "dlcfile"
}
}
]
}
}