Installer 0-ad-appimage

files:
- game_file:
    filename: 0ad-x86_64.AppImage
    url: https://github.com/0ad-matters/0ad-appimage/releases/download/v0.27.1/0ad-0.27.1-x86_64.AppImage
game:
  exe: $GAMEDIR/0ad-x86_64.AppImage
installer:
- chmodx: game_file
- merge:
    dst: $GAMEDIR
    src: game_file
- execute:
    command: mkdir -p "$GAMEDIR/0ad-x86_64.AppImage.config" "$GAMEDIR/tmp"
system:
  env:
    TMPDIR: $GAMEDIR/tmp
description: Play "0 A.D." on Linux!
game_slug: 0-ad
gogslug: ''
humblestoreid: ''
installer_slug: 0-ad-appimage
name: 0 A.D.
notes: ''
runner: linux
script:
  files:
  - game_file:
      filename: 0ad-x86_64.AppImage
      url: https://github.com/0ad-matters/0ad-appimage/releases/download/v0.27.1/0ad-0.27.1-x86_64.AppImage
  game:
    exe: $GAMEDIR/0ad-x86_64.AppImage
  installer:
  - chmodx: game_file
  - merge:
      dst: $GAMEDIR
      src: game_file
  - execute:
      command: mkdir -p "$GAMEDIR/0ad-x86_64.AppImage.config" "$GAMEDIR/tmp"
  system:
    env:
      TMPDIR: $GAMEDIR/tmp
slug: 0-ad-appimage
steamid: null
version: AppImage
year: 2014
{
  "game_slug": "0-ad",
  "version": "AppImage",
  "description": "Play \"0 A.D.\" on Linux!",
  "notes": "",
  "name": "0 A.D.",
  "year": 2014,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "0-ad-appimage",
  "installer_slug": "0-ad-appimage",
  "script": {
    "files": [
      {
        "game_file": {
          "filename": "0ad-x86_64.AppImage",
          "url": "https://github.com/0ad-matters/0ad-appimage/releases/download/v0.27.1/0ad-0.27.1-x86_64.AppImage"
        }
      }
    ],
    "game": {
      "exe": "$GAMEDIR/0ad-x86_64.AppImage"
    },
    "installer": [
      {
        "chmodx": "game_file"
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "game_file"
        }
      },
      {
        "execute": {
          "command": "mkdir -p \"$GAMEDIR/0ad-x86_64.AppImage.config\" \"$GAMEDIR/tmp\""
        }
      }
    ],
    "system": {
      "env": {
        "TMPDIR": "$GAMEDIR/tmp"
      }
    }
  }
}
Back to game