Installer technobabylon-humble-1

files:
- file1: N/A:Please select the Humble archive
- file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
  main_file: Technobabylon.exe
installer:
- extract:
    dst: $CACHE
    file: $file1
- extract:
    dst: $CACHE
    file: $file2
- execute:
    args: -d "$CACHE" "$CACHE/TechnobabylonSetup.exe"
    file: $CACHE/innoextract
- merge:
    dst: $GAMEDIR
    src: $CACHE/app
description: Uses the files from the Windows installer from Humble.
game_slug: technobabylon
gogslug: technobabylon_deluxe_edition
humblestoreid: ''
installer_slug: technobabylon-humble-1
name: Technobabylon
notes: ''
runner: ags
script:
  files:
  - file1: N/A:Please select the Humble archive
  - file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  game:
    main_file: Technobabylon.exe
  installer:
  - extract:
      dst: $CACHE
      file: $file1
  - extract:
      dst: $CACHE
      file: $file2
  - execute:
      args: -d "$CACHE" "$CACHE/TechnobabylonSetup.exe"
      file: $CACHE/innoextract
  - merge:
      dst: $GAMEDIR
      src: $CACHE/app
slug: technobabylon-humble-1
steamid: 307580
version: Humble
year: 2015
{
  "game_slug": "technobabylon",
  "version": "Humble",
  "description": "Uses the files from the Windows installer from Humble.",
  "notes": "",
  "name": "Technobabylon",
  "year": 2015,
  "steamid": 307580,
  "gogslug": "technobabylon_deluxe_edition",
  "humblestoreid": "",
  "runner": "ags",
  "slug": "technobabylon-humble-1",
  "installer_slug": "technobabylon-humble-1",
  "script": {
    "files": [
      {
        "file1": "N/A:Please select the Humble archive"
      },
      {
        "file2": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      }
    ],
    "game": {
      "main_file": "Technobabylon.exe"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file1"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file2"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" \"$CACHE/TechnobabylonSetup.exe\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app"
        }
      }
    ]
  }
}
Back to game