files:
- setupfile: https://silverspaceship.com/static/static_game.exe
game:
exe: drive_c/game/static_game.exe
prefix: $GAMEDIR
installer:
- task:
description: Preparing Wine prefix
install_gecko: false
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- copy:
dst: $GAMEDIR/drive_c/game
src: setupfile
description: ''
game_slug: lost-in-the-static
gogslug: ''
humblestoreid: ''
installer_slug: lost-in-the-static-v11
name: Lost in the Static
notes: ''
runner: wine
script:
files:
- setupfile: https://silverspaceship.com/static/static_game.exe
game:
exe: drive_c/game/static_game.exe
prefix: $GAMEDIR
installer:
- task:
description: Preparing Wine prefix
install_gecko: false
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- copy:
dst: $GAMEDIR/drive_c/game
src: setupfile
slug: lost-in-the-static-v11
steamid: null
version: v1.1
year: 2007
{
"game_slug": "lost-in-the-static",
"version": "v1.1",
"description": "",
"notes": "",
"name": "Lost in the Static",
"year": 2007,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "lost-in-the-static-v11",
"installer_slug": "lost-in-the-static-v11",
"script": {
"files": [
{
"setupfile": "https://silverspaceship.com/static/static_game.exe"
}
],
"game": {
"exe": "drive_c/game/static_game.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Preparing Wine prefix",
"install_gecko": false,
"install_mono": false,
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"copy": {
"dst": "$GAMEDIR/drive_c/game",
"src": "setupfile"
}
}
]
}
}