files:
- file1: http://www.wadjeteyegames.com/demos/Deception_Demo.exe
- file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
main_file: Deception.exe
installer:
- extract:
dst: $CACHE
file: $file2
- execute:
args: -d "$CACHE" $file1
file: $CACHE/innoextract
- merge:
dst: $GAMEDIR
src: $CACHE/app
description: ''
game_slug: the-blackwell-deception
gogslug: blackwell_bundle
humblestoreid: ''
installer_slug: the-blackwell-deception-demo
name: The Blackwell Deception
notes: ''
runner: ags
script:
files:
- file1: http://www.wadjeteyegames.com/demos/Deception_Demo.exe
- file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
main_file: Deception.exe
installer:
- extract:
dst: $CACHE
file: $file2
- execute:
args: -d "$CACHE" $file1
file: $CACHE/innoextract
- merge:
dst: $GAMEDIR
src: $CACHE/app
slug: the-blackwell-deception-demo
steamid: 80360
version: Demo
year: 2011
{
"game_slug": "the-blackwell-deception",
"version": "Demo",
"description": "",
"notes": "",
"name": "The Blackwell Deception",
"year": 2011,
"steamid": 80360,
"gogslug": "blackwell_bundle",
"humblestoreid": "",
"runner": "ags",
"slug": "the-blackwell-deception-demo",
"installer_slug": "the-blackwell-deception-demo",
"script": {
"files": [
{
"file1": "http://www.wadjeteyegames.com/demos/Deception_Demo.exe"
},
{
"file2": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
}
],
"game": {
"main_file": "Deception.exe"
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "$file2"
}
},
{
"execute": {
"args": "-d \"$CACHE\" $file1",
"file": "$CACHE/innoextract"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "$CACHE/app"
}
}
]
}
}