Installer steel-storm-burning-retributi-humble

files:
- game: N/A:Please select the *.tar.gz installer downloaded from https://www.humblebundle.com
game:
  exe: $GAMEDIR/start.sh
installer:
- extract:
    dst: $GAMEDIR/
    format: tgz
    src: $game
- write_file:
    content: '#!/bin/sh

      if (uname -m | grep "64"); then

      arch="64";

      else

      arch="";

      fi;

      ./steelstorm$arch

      '
    file: $GAMEDIR/start.sh
- chmodx: $GAMEDIR/start.sh
description: null
game_slug: steel-storm-burning-retribution
gogslug: ''
humblestoreid: steelstorm
installer_slug: steel-storm-burning-retributi-humble
name: 'Steel Storm: Burning Retribution'
notes: ''
runner: linux
script:
  files:
  - game: N/A:Please select the *.tar.gz installer downloaded from https://www.humblebundle.com
  game:
    exe: $GAMEDIR/start.sh
  installer:
  - extract:
      dst: $GAMEDIR/
      format: tgz
      src: $game
  - write_file:
      content: '#!/bin/sh

        if (uname -m | grep "64"); then

        arch="64";

        else

        arch="";

        fi;

        ./steelstorm$arch

        '
      file: $GAMEDIR/start.sh
  - chmodx: $GAMEDIR/start.sh
slug: steel-storm-burning-retributi-humble
steamid: 96200
version: Humble
year: 2011
{
  "game_slug": "steel-storm-burning-retribution",
  "version": "Humble",
  "description": null,
  "notes": "",
  "name": "Steel Storm: Burning Retribution",
  "year": 2011,
  "steamid": 96200,
  "gogslug": "",
  "humblestoreid": "steelstorm",
  "runner": "linux",
  "slug": "steel-storm-burning-retributi-humble",
  "installer_slug": "steel-storm-burning-retributi-humble",
  "script": {
    "files": [
      {
        "game": "N/A:Please select the *.tar.gz installer downloaded from https://www.humblebundle.com"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/start.sh"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR/",
          "format": "tgz",
          "src": "$game"
        }
      },
      {
        "write_file": {
          "content": "#!/bin/sh\nif (uname -m | grep \"64\"); then\narch=\"64\";\nelse\narch=\"\";\nfi;\n./steelstorm$arch\n",
          "file": "$GAMEDIR/start.sh"
        }
      },
      {
        "chmodx": "$GAMEDIR/start.sh"
      }
    ]
  }
}
Back to game