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