files:
- game: N/A:Select a file with the extension *.lfl
game:
game_id: indy3
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
cp -avr "$src_path/." "$dst"'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/bulkcopy.sh
description: null
game_slug: indiana-jones-and-the-last-crusade
gogslug: indiana_jones_and_the_last_crusade
humblestoreid: ''
installer_slug: indiana-jones-and-the-last-cr-ms-dos
name: Indiana Jones and the Last Crusade
notes: ''
runner: scummvm
script:
files:
- game: N/A:Select a file with the extension *.lfl
game:
game_id: indy3
path: $GAMEDIR
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
cp -avr "$src_path/." "$dst"'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR
file: $CACHE/bulkcopy.sh
slug: indiana-jones-and-the-last-cr-ms-dos
steamid: 32310
version: MS-DOS
year: 1989
{
"game_slug": "indiana-jones-and-the-last-crusade",
"version": "MS-DOS",
"description": null,
"notes": "",
"name": "Indiana Jones and the Last Crusade",
"year": 1989,
"steamid": 32310,
"gogslug": "indiana_jones_and_the_last_crusade",
"humblestoreid": "",
"runner": "scummvm",
"slug": "indiana-jones-and-the-last-cr-ms-dos",
"installer_slug": "indiana-jones-and-the-last-cr-ms-dos",
"script": {
"files": [
{
"game": "N/A:Select a file with the extension *.lfl"
}
],
"game": {
"game_id": "indy3",
"path": "$GAMEDIR"
},
"installer": [
{
"write_file": {
"content": "#!/bin/bash\nsrc=$1\ndst=$2\nsrc_path=$(echo \"$1\" | sed -r \"s/(.+)\\/.+/\\1/\")\ncp -avr \"$src_path/.\" \"$dst\"",
"file": "$CACHE/bulkcopy.sh"
}
},
{
"chmodx": "$CACHE/bulkcopy.sh"
},
{
"execute": {
"args": "$game $GAMEDIR",
"file": "$CACHE/bulkcopy.sh"
}
}
]
}
}