Installer the-blackwell-legacy-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: blackwell1.exe
installer:
- extract:
    dst: $CACHE
    file: $file1
- extract:
    dst: $CACHE
    file: $file2
- execute:
    args: -d "$CACHE" $CACHE/Legacy_Setup_v17.exe
    file: $CACHE/innoextract
- merge:
    dst: $GAMEDIR
    src: $CACHE/app
description: Uses the files from the Windows Blackwell Bundle from Groupees.
game_slug: the-blackwell-legacy
gogslug: blackwell_bundle
humblestoreid: ''
installer_slug: the-blackwell-legacy-groupees
name: The Blackwell Legacy
notes: ''
runner: ags
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: blackwell1.exe
  installer:
  - extract:
      dst: $CACHE
      file: $file1
  - extract:
      dst: $CACHE
      file: $file2
  - execute:
      args: -d "$CACHE" $CACHE/Legacy_Setup_v17.exe
      file: $CACHE/innoextract
  - merge:
      dst: $GAMEDIR
      src: $CACHE/app
slug: the-blackwell-legacy-groupees
steamid: 80330
version: Groupees
year: 2006
{
  "game_slug": "the-blackwell-legacy",
  "version": "Groupees",
  "description": "Uses the files from the Windows Blackwell Bundle from Groupees.",
  "notes": "",
  "name": "The Blackwell Legacy",
  "year": 2006,
  "steamid": 80330,
  "gogslug": "blackwell_bundle",
  "humblestoreid": "",
  "runner": "ags",
  "slug": "the-blackwell-legacy-groupees",
  "installer_slug": "the-blackwell-legacy-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": "blackwell1.exe"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file1"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file2"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" $CACHE/Legacy_Setup_v17.exe",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app"
        }
      }
    ]
  }
}
Back to game