Installer alterego-x86

files:
- game: http://www.retrosouls.net/files/AlterEgo_Linux.tar.gz
game:
  exe: AlterEgo/launch.sh
installer:
- extract:
    dst: $GAMEDIR
    file: $game
    format: tgz
- execute:
    args: -c "echo -e \"#!/bin/sh\nexec mono ./AlterEgo.exe \\\"\$@\\\"\" > \"$GAMEDIR/AlterEgo/launch.sh\""
    description: Running a command. This will take a while...
    file: /bin/bash
- chmodx: AlterEgo/launch.sh
description: null
game_slug: alterego
gogslug: ''
humblestoreid: ''
installer_slug: alterego-x86
name: AlterEgo
notes: Requires the Mono runtime.
runner: linux
script:
  files:
  - game: http://www.retrosouls.net/files/AlterEgo_Linux.tar.gz
  game:
    exe: AlterEgo/launch.sh
  installer:
  - extract:
      dst: $GAMEDIR
      file: $game
      format: tgz
  - execute:
      args: -c "echo -e \"#!/bin/sh\nexec mono ./AlterEgo.exe \\\"\$@\\\"\" > \"$GAMEDIR/AlterEgo/launch.sh\""
      description: Running a command. This will take a while...
      file: /bin/bash
  - chmodx: AlterEgo/launch.sh
slug: alterego-x86
steamid: null
version: x86
year: 2013
{
  "game_slug": "alterego",
  "version": "x86",
  "description": null,
  "notes": "Requires the Mono runtime.",
  "name": "AlterEgo",
  "year": 2013,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "alterego-x86",
  "installer_slug": "alterego-x86",
  "script": {
    "files": [
      {
        "game": "http://www.retrosouls.net/files/AlterEgo_Linux.tar.gz"
      }
    ],
    "game": {
      "exe": "AlterEgo/launch.sh"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$game",
          "format": "tgz"
        }
      },
      {
        "execute": {
          "args": "-c \"echo -e \\\"#!/bin/sh\\nexec mono ./AlterEgo.exe \\\\\\\"\\$@\\\\\\\"\\\" > \\\"$GAMEDIR/AlterEgo/launch.sh\\\"\"",
          "description": "Running a command. This will take a while...",
          "file": "/bin/bash"
        }
      },
      {
        "chmodx": "AlterEgo/launch.sh"
      }
    ]
  }
}
Back to game