Installer human-resource-machine-humblebundle

files:
- game: 'N/A: Please select the .sh install file downloaded from humblebundle.com'
game:
  exe: $GAMEDIR/HumanResourceMachine.bin.$INPUT_ARCH
installer:
- input_menu:
    description: 'CPU Architecture:'
    id: ARCH
    options:
    - x86: 32 bit
    - x86_64: 64 bit
    preselect: x86_64
- extract:
    dst: $CACHE
    file: $game
    format: zip
- merge:
    dst: $GAMEDIR/
    src: $CACHE/data/$INPUT_ARCH/
- merge:
    dst: $GAMEDIR/
    src: $CACHE/data/noarch/
description: null
game_slug: human-resource-machine
gogslug: human_resource_machine
humblestoreid: humanresourcemachine
installer_slug: human-resource-machine-humblebundle
name: Human Resource Machine
notes: ''
runner: linux
script:
  files:
  - game: 'N/A: Please select the .sh install file downloaded from humblebundle.com'
  game:
    exe: $GAMEDIR/HumanResourceMachine.bin.$INPUT_ARCH
  installer:
  - input_menu:
      description: 'CPU Architecture:'
      id: ARCH
      options:
      - x86: 32 bit
      - x86_64: 64 bit
      preselect: x86_64
  - extract:
      dst: $CACHE
      file: $game
      format: zip
  - merge:
      dst: $GAMEDIR/
      src: $CACHE/data/$INPUT_ARCH/
  - merge:
      dst: $GAMEDIR/
      src: $CACHE/data/noarch/
slug: human-resource-machine-humblebundle
steamid: 375820
version: HumbleBundle
year: 2015
{
  "game_slug": "human-resource-machine",
  "version": "HumbleBundle",
  "description": null,
  "notes": "",
  "name": "Human Resource Machine",
  "year": 2015,
  "steamid": 375820,
  "gogslug": "human_resource_machine",
  "humblestoreid": "humanresourcemachine",
  "runner": "linux",
  "slug": "human-resource-machine-humblebundle",
  "installer_slug": "human-resource-machine-humblebundle",
  "script": {
    "files": [
      {
        "game": "N/A: Please select the .sh install file downloaded from humblebundle.com"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/HumanResourceMachine.bin.$INPUT_ARCH"
    },
    "installer": [
      {
        "input_menu": {
          "description": "CPU Architecture:",
          "id": "ARCH",
          "options": [
            {
              "x86": "32 bit"
            },
            {
              "x86_64": "64 bit"
            }
          ],
          "preselect": "x86_64"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$game",
          "format": "zip"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$CACHE/data/$INPUT_ARCH/"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$CACHE/data/noarch/"
        }
      }
    ]
  }
}
Back to game