files:
- file1: http://www.himalayastudios.com/downloads/Al_Emmo_Demo.exe
- file2: https://lutris.net/files/tools/innoextract-1.7-pre-x86_64.tar.gz
game:
main_file: Emmo_Demo.exe
installer:
- extract:
dst: $CACHE
file: $file2
- execute:
args: -d "$CACHE" "$file1"
file: $CACHE/innoextract
- merge:
dst: $GAMEDIR
src: $CACHE/app
description: null
game_slug: al-emmo-and-the-lost-dutchmans-mine
gogslug: ''
humblestoreid: ''
installer_slug: al-emmo-and-the-lost-dutchman-demo
name: Al Emmo and the Lost Dutchman's Mine
notes: ''
runner: ags
script:
files:
- file1: http://www.himalayastudios.com/downloads/Al_Emmo_Demo.exe
- file2: https://lutris.net/files/tools/innoextract-1.7-pre-x86_64.tar.gz
game:
main_file: Emmo_Demo.exe
installer:
- extract:
dst: $CACHE
file: $file2
- execute:
args: -d "$CACHE" "$file1"
file: $CACHE/innoextract
- merge:
dst: $GAMEDIR
src: $CACHE/app
slug: al-emmo-and-the-lost-dutchman-demo
steamid: 296850
version: Demo
year: 2006
{
"game_slug": "al-emmo-and-the-lost-dutchmans-mine",
"version": "Demo",
"description": null,
"notes": "",
"name": "Al Emmo and the Lost Dutchman's Mine",
"year": 2006,
"steamid": 296850,
"gogslug": "",
"humblestoreid": "",
"runner": "ags",
"slug": "al-emmo-and-the-lost-dutchman-demo",
"installer_slug": "al-emmo-and-the-lost-dutchman-demo",
"script": {
"files": [
{
"file1": "http://www.himalayastudios.com/downloads/Al_Emmo_Demo.exe"
},
{
"file2": "https://lutris.net/files/tools/innoextract-1.7-pre-x86_64.tar.gz"
}
],
"game": {
"main_file": "Emmo_Demo.exe"
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "$file2"
}
},
{
"execute": {
"args": "-d \"$CACHE\" \"$file1\"",
"file": "$CACHE/innoextract"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "$CACHE/app"
}
}
]
}
}