Installer cutietanks-142

files:
- file_id: https://github.com/RobinBoers/cutie-tanks/releases/download/v1.4.2/v1.4.2.zip
game:
  args: $GAMEDIR
  exe: /bin/electron
installer:
- extract:
    dst: $GAMEDIR
    file: $file_id
require-binaries: electron
description: The installer downloads the game from GitHub and puts the files in the
  game directory.
game_slug: cutietanks
gogslug: ''
humblestoreid: ''
installer_slug: cutietanks-142
name: CutieTanks
notes: The game requires electron to run because it is made using Phaser 3.
runner: linux
script:
  files:
  - file_id: https://github.com/RobinBoers/cutie-tanks/releases/download/v1.4.2/v1.4.2.zip
  game:
    args: $GAMEDIR
    exe: /bin/electron
  installer:
  - extract:
      dst: $GAMEDIR
      file: $file_id
  require-binaries: electron
slug: cutietanks-142
steamid: null
version: 1.4.2
year: 2021
{
  "game_slug": "cutietanks",
  "version": "1.4.2",
  "description": "The installer downloads the game from GitHub and puts the files in the game directory.",
  "notes": "The game requires electron to run because it is made using Phaser 3.",
  "name": "CutieTanks",
  "year": 2021,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "cutietanks-142",
  "installer_slug": "cutietanks-142",
  "script": {
    "files": [
      {
        "file_id": "https://github.com/RobinBoers/cutie-tanks/releases/download/v1.4.2/v1.4.2.zip"
      }
    ],
    "game": {
      "args": "$GAMEDIR",
      "exe": "/bin/electron"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$file_id"
        }
      }
    ],
    "require-binaries": "electron"
  }
}
Back to game