Installer megarace-groupees

files:
- file1: N/A:Please select the Groupees archive
- file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
  main_file: dosboxmegarace.conf
installer:
- extract:
    dst: $CACHE
    file: $file1
- extract:
    dst: $CACHE
    file: $file2
- execute:
    args: -d "$CACHE" "$CACHE/MegaRace EN.exe"
    file: $CACHE/innoextract
- merge:
    dst: $GAMEDIR
    src: $CACHE/app
description: Uses the files from the Windows installer from Groupees.
game_slug: megarace
gogslug: megarace_1_2
humblestoreid: ''
installer_slug: megarace-groupees
name: MegaRace
notes: ''
runner: dosbox
script:
  files:
  - file1: N/A:Please select the Groupees archive
  - file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  game:
    main_file: dosboxmegarace.conf
  installer:
  - extract:
      dst: $CACHE
      file: $file1
  - extract:
      dst: $CACHE
      file: $file2
  - execute:
      args: -d "$CACHE" "$CACHE/MegaRace EN.exe"
      file: $CACHE/innoextract
  - merge:
      dst: $GAMEDIR
      src: $CACHE/app
slug: megarace-groupees
steamid: null
version: Groupees
year: 1993
{
  "game_slug": "megarace",
  "version": "Groupees",
  "description": "Uses the files from the Windows installer from Groupees.",
  "notes": "",
  "name": "MegaRace",
  "year": 1993,
  "steamid": null,
  "gogslug": "megarace_1_2",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "megarace-groupees",
  "installer_slug": "megarace-groupees",
  "script": {
    "files": [
      {
        "file1": "N/A:Please select the Groupees archive"
      },
      {
        "file2": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      }
    ],
    "game": {
      "main_file": "dosboxmegarace.conf"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file1"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file2"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" \"$CACHE/MegaRace EN.exe\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app"
        }
      }
    ]
  }
}
Back to game