files:
- installer: https://github.com/cirquit/trdrop/releases/download/v1.1.1/TrdropInstaller.exe
game:
exe: $GAMEDIR/drive_c/trdrop/trdrop.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR/drive_c/trdrop
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- task:
arch: win64
args: in --al -c --root "C:/trdrop/"
executable: $installer
name: wineexec
description: ''
game_slug: trdrop
gogslug: ''
humblestoreid: ''
installer_slug: trdrop-windows
name: trdrop
notes: Don't change install location; just accept the licence and let the installer
do it's thing
runner: wine
script:
files:
- installer: https://github.com/cirquit/trdrop/releases/download/v1.1.1/TrdropInstaller.exe
game:
exe: $GAMEDIR/drive_c/trdrop/trdrop.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR/drive_c/trdrop
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- task:
arch: win64
args: in --al -c --root "C:/trdrop/"
executable: $installer
name: wineexec
slug: trdrop-windows
steamid: null
version: Windows
year: 2017
{
"game_slug": "trdrop",
"version": "Windows",
"description": "",
"notes": "Don't change install location; just accept the licence and let the installer do it's thing",
"name": "trdrop",
"year": 2017,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "trdrop-windows",
"installer_slug": "trdrop-windows",
"script": {
"files": [
{
"installer": "https://github.com/cirquit/trdrop/releases/download/v1.1.1/TrdropInstaller.exe"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/trdrop/trdrop.exe",
"prefix": "$GAMEDIR",
"working_dir": "$GAMEDIR/drive_c/trdrop"
},
"installer": [
{
"task": {
"arch": "win64",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"args": "in --al -c --root \"C:/trdrop/\"",
"executable": "$installer",
"name": "wineexec"
}
}
]
}
}