Installer vigilantes-humble

files:
- file1: N/A:Please select the Humble archive
game:
  exe: $GAMEDIR/start.sh
installer:
- extract:
    dst: $GAMEDIR
    file: $file1
- write_file:
    content: '#!/bin/sh if (uname -m | grep "64"); then ARCH="x86_64"; else ARCH="x86";
      fi; ./VigilantesV*Linux.$ARCH '
    file: $GAMEDIR/start.sh
- chmodx: $GAMEDIR/start.sh
description: null
game_slug: vigilantes
gogslug: ''
humblestoreid: ''
installer_slug: vigilantes-humble
name: Vigilantes
notes: ''
runner: linux
script:
  files:
  - file1: N/A:Please select the Humble archive
  game:
    exe: $GAMEDIR/start.sh
  installer:
  - extract:
      dst: $GAMEDIR
      file: $file1
  - write_file:
      content: '#!/bin/sh if (uname -m | grep "64"); then ARCH="x86_64"; else ARCH="x86";
        fi; ./VigilantesV*Linux.$ARCH '
      file: $GAMEDIR/start.sh
  - chmodx: $GAMEDIR/start.sh
slug: vigilantes-humble
steamid: 545600
version: Humble
year: 2017
{
  "game_slug": "vigilantes",
  "version": "Humble",
  "description": null,
  "notes": "",
  "name": "Vigilantes",
  "year": 2017,
  "steamid": 545600,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "vigilantes-humble",
  "installer_slug": "vigilantes-humble",
  "script": {
    "files": [
      {
        "file1": "N/A:Please select the Humble archive"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/start.sh"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$file1"
        }
      },
      {
        "write_file": {
          "content": "#!/bin/sh if (uname -m | grep \"64\"); then ARCH=\"x86_64\"; else ARCH=\"x86\"; fi; ./VigilantesV*Linux.$ARCH ",
          "file": "$GAMEDIR/start.sh"
        }
      },
      {
        "chmodx": "$GAMEDIR/start.sh"
      }
    ]
  }
}
Back to game