files:
- game_archive: N/A:Please select an archive file containing the game.
game:
arch: win32
exe: $GAMEDIR/drive_c/IndyDesk/DESKADV.EXE
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/IndyDesk/
src: $game_archive
description: null
game_slug: indiana-jones-and-his-desktop-adventures
gogslug: ''
humblestoreid: ''
installer_slug: indiana-jones-and-his-desktop-windows
name: Indiana Jones and his Desktop Adventures
notes: The archive file (any format supported by Lutris - zip, bz2, tgz) should contain
the entire game at root level, not in a directory; i.e. DESKADV.EXE should be visible
immediately when viewing the archive contents.
runner: wine
script:
files:
- game_archive: N/A:Please select an archive file containing the game.
game:
arch: win32
exe: $GAMEDIR/drive_c/IndyDesk/DESKADV.EXE
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/IndyDesk/
src: $game_archive
slug: indiana-jones-and-his-desktop-windows
steamid: null
version: Windows
year: 1996
{
"game_slug": "indiana-jones-and-his-desktop-adventures",
"version": "Windows",
"description": null,
"notes": "The archive file (any format supported by Lutris - zip, bz2, tgz) should contain the entire game at root level, not in a directory; i.e. DESKADV.EXE should be visible immediately when viewing the archive contents.",
"name": "Indiana Jones and his Desktop Adventures",
"year": 1996,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "indiana-jones-and-his-desktop-windows",
"installer_slug": "indiana-jones-and-his-desktop-windows",
"script": {
"files": [
{
"game_archive": "N/A:Please select an archive file containing the game."
}
],
"game": {
"arch": "win32",
"exe": "$GAMEDIR/drive_c/IndyDesk/DESKADV.EXE",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR/drive_c/IndyDesk/",
"src": "$game_archive"
}
}
]
}
}