Installer the-ultimate-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
installer:
- write_file:
    content: '#!/bin/bash

      src=$1

      dst=$2

      find "$src" -type f \( -name "DOOM.WAD" -o -name "Manual.pdf" -o -name "Doom
      Bible.pdf" \) -exec cp {} "$dst" \;'
    file: $CACHE/selectcopy.sh
- chmodx: $CACHE/selectcopy.sh
- extract:
    dst: $CACHE
    file: $inno
- execute:
    args: -d "$CACHE" "$game"
    file: $CACHE/innoextract
- execute:
    args: $CACHE $GAMEDIR
    file: $CACHE/selectcopy.sh
main_file: DOOM.WAD
description: null
game_slug: the-ultimate-doom
gogslug: doom_1993
humblestoreid: ''
installer_slug: the-ultimate-doom-windows-gog
name: The Ultimate 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
  installer:
  - write_file:
      content: '#!/bin/bash

        src=$1

        dst=$2

        find "$src" -type f \( -name "DOOM.WAD" -o -name "Manual.pdf" -o -name "Doom
        Bible.pdf" \) -exec cp {} "$dst" \;'
      file: $CACHE/selectcopy.sh
  - chmodx: $CACHE/selectcopy.sh
  - extract:
      dst: $CACHE
      file: $inno
  - execute:
      args: -d "$CACHE" "$game"
      file: $CACHE/innoextract
  - execute:
      args: $CACHE $GAMEDIR
      file: $CACHE/selectcopy.sh
  main_file: DOOM.WAD
slug: the-ultimate-doom-windows-gog
steamid: 2280
version: Windows GOG
year: 1995
{
  "game_slug": "the-ultimate-doom",
  "version": "Windows GOG",
  "description": null,
  "notes": "",
  "name": "The Ultimate Doom",
  "year": 1995,
  "steamid": 2280,
  "gogslug": "doom_1993",
  "humblestoreid": "",
  "runner": "zdoom",
  "slug": "the-ultimate-doom-windows-gog",
  "installer_slug": "the-ultimate-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"
      }
    ],
    "installer": [
      {
        "write_file": {
          "content": "#!/bin/bash\nsrc=$1\ndst=$2\nfind \"$src\" -type f \\( -name \"DOOM.WAD\" -o -name \"Manual.pdf\" -o -name \"Doom Bible.pdf\" \\) -exec cp {} \"$dst\" \\;",
          "file": "$CACHE/selectcopy.sh"
        }
      },
      {
        "chmodx": "$CACHE/selectcopy.sh"
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$inno"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" \"$game\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "execute": {
          "args": "$CACHE $GAMEDIR",
          "file": "$CACHE/selectcopy.sh"
        }
      }
    ],
    "main_file": "DOOM.WAD"
  }
}
Back to game