Installer final-doom-windows-gog

files:
- game: N/A:Select GOG installer
- inno: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
  main_file: TNT.WAD
installer:
- extract:
    dst: $CACHE
    file: $inno
- execute:
    args: -d "$CACHE" "$game"
    file: $CACHE/innoextract
- copy:
    dst: $GAMEDIR
    src: $CACHE/Manual.pdf
- copy:
    dst: $GAMEDIR
    src: $CACHE/TNT/TNT.WAD
description: null
game_slug: final-doom
gogslug: doom_ii
humblestoreid: ''
installer_slug: final-doom-windows-gog
name: Final Doom
notes: ''
runner: zdoom
script:
  files:
  - game: N/A:Select GOG installer
  - inno: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  game:
    main_file: TNT.WAD
  installer:
  - extract:
      dst: $CACHE
      file: $inno
  - execute:
      args: -d "$CACHE" "$game"
      file: $CACHE/innoextract
  - copy:
      dst: $GAMEDIR
      src: $CACHE/Manual.pdf
  - copy:
      dst: $GAMEDIR
      src: $CACHE/TNT/TNT.WAD
slug: final-doom-windows-gog
steamid: 2290
version: Windows GOG
year: 1996
{
  "game_slug": "final-doom",
  "version": "Windows GOG",
  "description": null,
  "notes": "",
  "name": "Final Doom",
  "year": 1996,
  "steamid": 2290,
  "gogslug": "doom_ii",
  "humblestoreid": "",
  "runner": "zdoom",
  "slug": "final-doom-windows-gog",
  "installer_slug": "final-doom-windows-gog",
  "script": {
    "files": [
      {
        "game": "N/A:Select GOG installer"
      },
      {
        "inno": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      }
    ],
    "game": {
      "main_file": "TNT.WAD"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$inno"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" \"$game\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/Manual.pdf"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/TNT/TNT.WAD"
        }
      }
    ]
  }
}
Back to game