files:
- x32: https://cdn.classicube.net/client/release/nix32/ClassiCube.tar.gz
game:
exe: $GAMEDIR/ClassiCube
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: x32
format: tgz
- chmodx: $GAMEDIR/ClassiCube
description: Download ClassiCube from the official website.
game_slug: classicube
gogslug: ''
humblestoreid: ''
installer_slug: classicube-32-bit
name: ClassiCube
notes: ''
runner: linux
script:
files:
- x32: https://cdn.classicube.net/client/release/nix32/ClassiCube.tar.gz
game:
exe: $GAMEDIR/ClassiCube
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: x32
format: tgz
- chmodx: $GAMEDIR/ClassiCube
slug: classicube-32-bit
steamid: 1065710
version: 32-bit
year: 2019
{
"game_slug": "classicube",
"version": "32-bit",
"description": "Download ClassiCube from the official website.",
"notes": "",
"name": "ClassiCube",
"year": 2019,
"steamid": 1065710,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "classicube-32-bit",
"installer_slug": "classicube-32-bit",
"script": {
"files": [
{
"x32": "https://cdn.classicube.net/client/release/nix32/ClassiCube.tar.gz"
}
],
"game": {
"exe": "$GAMEDIR/ClassiCube",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "x32",
"format": "tgz"
}
},
{
"chmodx": "$GAMEDIR/ClassiCube"
}
]
}
}