Installer blackwell-unbound-bundle-in-a-box-1

files:
- file1: N/A:Please select the BIAB archive
- file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
  main_file: Unbound.exe
installer:
- extract:
    dst: $CACHE
    file: $file1
- extract:
    dst: $CACHE
    file: $file2
- execute:
    args: -d "$CACHE" $CACHE/Unbound_Setup_v11.exe
    file: $CACHE/innoextract
- merge:
    dst: $GAMEDIR
    src: $CACHE/app
description: Uses the files from the Windows installer from BIAB.
game_slug: blackwell-unbound
gogslug: blackwell_bundle
humblestoreid: ''
installer_slug: blackwell-unbound-bundle-in-a-box-1
name: Blackwell Unbound
notes: ''
runner: ags
script:
  files:
  - file1: N/A:Please select the BIAB archive
  - file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  game:
    main_file: Unbound.exe
  installer:
  - extract:
      dst: $CACHE
      file: $file1
  - extract:
      dst: $CACHE
      file: $file2
  - execute:
      args: -d "$CACHE" $CACHE/Unbound_Setup_v11.exe
      file: $CACHE/innoextract
  - merge:
      dst: $GAMEDIR
      src: $CACHE/app
slug: blackwell-unbound-bundle-in-a-box-1
steamid: 80340
version: Bundle in a Box
year: 2007
{
  "game_slug": "blackwell-unbound",
  "version": "Bundle in a Box",
  "description": "Uses the files from the Windows installer from BIAB.",
  "notes": "",
  "name": "Blackwell Unbound",
  "year": 2007,
  "steamid": 80340,
  "gogslug": "blackwell_bundle",
  "humblestoreid": "",
  "runner": "ags",
  "slug": "blackwell-unbound-bundle-in-a-box-1",
  "installer_slug": "blackwell-unbound-bundle-in-a-box-1",
  "script": {
    "files": [
      {
        "file1": "N/A:Please select the BIAB archive"
      },
      {
        "file2": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      }
    ],
    "game": {
      "main_file": "Unbound.exe"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file1"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file2"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" $CACHE/Unbound_Setup_v11.exe",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app"
        }
      }
    ]
  }
}
Back to game