Installer a-test-big-file

files:
- ubuntu_1810: http://mirror.pnl.gov/releases/cosmic/ubuntu-18.10-desktop-amd64.iso
installer:
- extract:
    dst: $GAMEDIR
    format: iso
    src: $file1
description: null
game_slug: test
gogslug: ''
humblestoreid: ''
installer_slug: a-test-big-file
name: A test
notes: ''
runner: browser
script:
  files:
  - ubuntu_1810: http://mirror.pnl.gov/releases/cosmic/ubuntu-18.10-desktop-amd64.iso
  installer:
  - extract:
      dst: $GAMEDIR
      format: iso
      src: $file1
slug: a-test-big-file
steamid: null
version: big file
year: null
{
  "game_slug": "test",
  "version": "big file",
  "description": null,
  "notes": "",
  "name": "A test",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "browser",
  "slug": "a-test-big-file",
  "installer_slug": "a-test-big-file",
  "script": {
    "files": [
      {
        "ubuntu_1810": "http://mirror.pnl.gov/releases/cosmic/ubuntu-18.10-desktop-amd64.iso"
      }
    ],
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "format": "iso",
          "src": "$file1"
        }
      }
    ]
  }
}
Back to game