Installer undertale-humble

files:
- gamearchive: N/A:Please select the Humble archive
game:
  exe: UNDERTALE
installer:
- extract:
    dst: $CACHE
    file: gamearchive
- move:
    dst: $GAMEDIR
    src: $CACHE/game
- move:
    dst: $GAMEDIR
    src: $CACHE/libraries
- move:
    dst: $GAMEDIR
    src: $CACHE/UNDERTALE
- chmodx: $GAMEDIR/UNDERTALE
description: null
game_slug: undertale
gogslug: undertale
humblestoreid: ''
installer_slug: undertale-humble
name: Undertale
notes: ''
runner: linux
script:
  files:
  - gamearchive: N/A:Please select the Humble archive
  game:
    exe: UNDERTALE
  installer:
  - extract:
      dst: $CACHE
      file: gamearchive
  - move:
      dst: $GAMEDIR
      src: $CACHE/game
  - move:
      dst: $GAMEDIR
      src: $CACHE/libraries
  - move:
      dst: $GAMEDIR
      src: $CACHE/UNDERTALE
  - chmodx: $GAMEDIR/UNDERTALE
slug: undertale-humble
steamid: 391540
version: Humble
year: 2015
{
  "game_slug": "undertale",
  "version": "Humble",
  "description": null,
  "notes": "",
  "name": "Undertale",
  "year": 2015,
  "steamid": 391540,
  "gogslug": "undertale",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "undertale-humble",
  "installer_slug": "undertale-humble",
  "script": {
    "files": [
      {
        "gamearchive": "N/A:Please select the Humble archive"
      }
    ],
    "game": {
      "exe": "UNDERTALE"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "gamearchive"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/game"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/libraries"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/UNDERTALE"
        }
      },
      {
        "chmodx": "$GAMEDIR/UNDERTALE"
      }
    ]
  }
}
Back to game