files:
- setup: https://tmrace.net/tm/dl/setup.zip
game:
exe: $GAMEDIR/drive_c/Program Files (x86)/TrackRacing Online/TrackRacing Online.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $CACHE
file: setup
- task:
description: Installing TrackRacing Online... (Don't open game through the installer
to finish)
executable: $CACHE/setup.exe
name: wineexec
prefix: $GAMEDIR
description: ''
game_slug: trackracing-online
gogslug: ''
humblestoreid: ''
installer_slug: trackracing-online-desktop
name: TrackRacing Online
notes: ''
runner: wine
script:
files:
- setup: https://tmrace.net/tm/dl/setup.zip
game:
exe: $GAMEDIR/drive_c/Program Files (x86)/TrackRacing Online/TrackRacing Online.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $CACHE
file: setup
- task:
description: Installing TrackRacing Online... (Don't open game through the installer
to finish)
executable: $CACHE/setup.exe
name: wineexec
prefix: $GAMEDIR
slug: trackracing-online-desktop
steamid: null
version: Desktop
year: null
{
"game_slug": "trackracing-online",
"version": "Desktop",
"description": "",
"notes": "",
"name": "TrackRacing Online",
"year": null,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "trackracing-online-desktop",
"installer_slug": "trackracing-online-desktop",
"script": {
"files": [
{
"setup": "https://tmrace.net/tm/dl/setup.zip"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/Program Files (x86)/TrackRacing Online/TrackRacing Online.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$CACHE",
"file": "setup"
}
},
{
"task": {
"description": "Installing TrackRacing Online... (Don't open game through the installer to finish)",
"executable": "$CACHE/setup.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}