Installer zero-k-self-updater

files:
- chobby: https://zero-k.info/lobby/Chobby.exe
- zero_k: https://zero-k.info/lobby/Zero-K.exe
game:
  args: $GAMEDIR/Chobby.exe
  exe: /usr/bin/mono
  working_dir: $GAMEDIR
installer:
- merge:
    dst: $GAMEDIR
    src: chobby
- merge:
    dst: $GAMEDIR
    src: zero_k
system:
  disable_runtime: true
description: http links -> https links
game_slug: zero-k
gogslug: ''
humblestoreid: ''
installer_slug: zero-k-self-updater
name: Zero-k
notes: "Require: \r\nmono-complete \r\nlibsdl2-2.0-0\r\nlibopenal1"
runner: linux
script:
  files:
  - chobby: https://zero-k.info/lobby/Chobby.exe
  - zero_k: https://zero-k.info/lobby/Zero-K.exe
  game:
    args: $GAMEDIR/Chobby.exe
    exe: /usr/bin/mono
    working_dir: $GAMEDIR
  installer:
  - merge:
      dst: $GAMEDIR
      src: chobby
  - merge:
      dst: $GAMEDIR
      src: zero_k
  system:
    disable_runtime: true
slug: zero-k-self-updater
steamid: 334920
version: self updater
year: 2015
{
  "game_slug": "zero-k",
  "version": "self updater",
  "description": "http links -> https links",
  "notes": "Require: \r\nmono-complete \r\nlibsdl2-2.0-0\r\nlibopenal1",
  "name": "Zero-k",
  "year": 2015,
  "steamid": 334920,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "zero-k-self-updater",
  "installer_slug": "zero-k-self-updater",
  "script": {
    "files": [
      {
        "chobby": "https://zero-k.info/lobby/Chobby.exe"
      },
      {
        "zero_k": "https://zero-k.info/lobby/Zero-K.exe"
      }
    ],
    "game": {
      "args": "$GAMEDIR/Chobby.exe",
      "exe": "/usr/bin/mono",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "chobby"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "zero_k"
        }
      }
    ],
    "system": {
      "disable_runtime": true
    }
  }
}
Back to game