Installer bastion-humble

files:
- bastionsetup: N/A:Select the game's setup file
game:
  exe: $GAMEDIR/Bastion.sh
  working_dir: $GAMEDIR
installer:
- execute:
    description: Type in the open terminal the game directory when you got asked for
      and confirm by pressing enter. (standard home/username/Game/bastion)
    env:
      key: disable_runtime
    file: $bastionsetup
    terminal: true
description: null
game_slug: bastion
gogslug: bastion
humblestoreid: bastion
installer_slug: bastion-humble
name: Bastion
notes: During the installation procedure you will be asked to enter the game directory
  again. (So far there is no better solution)
runner: linux
script:
  files:
  - bastionsetup: N/A:Select the game's setup file
  game:
    exe: $GAMEDIR/Bastion.sh
    working_dir: $GAMEDIR
  installer:
  - execute:
      description: Type in the open terminal the game directory when you got asked
        for and confirm by pressing enter. (standard home/username/Game/bastion)
      env:
        key: disable_runtime
      file: $bastionsetup
      terminal: true
slug: bastion-humble
steamid: 107100
version: Humble
year: 2011
{
  "game_slug": "bastion",
  "version": "Humble",
  "description": null,
  "notes": "During the installation procedure you will be asked to enter the game directory again. (So far there is no better solution)",
  "name": "Bastion",
  "year": 2011,
  "steamid": 107100,
  "gogslug": "bastion",
  "humblestoreid": "bastion",
  "runner": "linux",
  "slug": "bastion-humble",
  "installer_slug": "bastion-humble",
  "script": {
    "files": [
      {
        "bastionsetup": "N/A:Select the game's setup file"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/Bastion.sh",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "execute": {
          "description": "Type in the open terminal the game directory when you got asked for and confirm by pressing enter. (standard home/username/Game/bastion)",
          "env": {
            "key": "disable_runtime"
          },
          "file": "$bastionsetup",
          "terminal": true
        }
      }
    ]
  }
}
Back to game