Installer super-tux-party-latest-release

files:
- file1:
    filename: supertuxparty-linux-latest.zip
    url: https://supertux.party/download/latest/linux.zip
game:
  exe: supertuxparty
installer:
- extract:
    file: file1
    format: zip
- chmodx: $GAMEDIR/supertuxparty
description: Downloads the latest release from the Super Tux Party website.
game_slug: super-tux-party
gogslug: ''
humblestoreid: ''
installer_slug: super-tux-party-latest-release
name: Super Tux Party
notes: ''
runner: linux
script:
  files:
  - file1:
      filename: supertuxparty-linux-latest.zip
      url: https://supertux.party/download/latest/linux.zip
  game:
    exe: supertuxparty
  installer:
  - extract:
      file: file1
      format: zip
  - chmodx: $GAMEDIR/supertuxparty
slug: super-tux-party-latest-release
steamid: null
version: Latest Release
year: 2018
{
  "game_slug": "super-tux-party",
  "version": "Latest Release",
  "description": "Downloads the latest release from the Super Tux Party website.",
  "notes": "",
  "name": "Super Tux Party",
  "year": 2018,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "super-tux-party-latest-release",
  "installer_slug": "super-tux-party-latest-release",
  "script": {
    "files": [
      {
        "file1": {
          "filename": "supertuxparty-linux-latest.zip",
          "url": "https://supertux.party/download/latest/linux.zip"
        }
      }
    ],
    "game": {
      "exe": "supertuxparty"
    },
    "installer": [
      {
        "extract": {
          "file": "file1",
          "format": "zip"
        }
      },
      {
        "chmodx": "$GAMEDIR/supertuxparty"
      }
    ]
  }
}
Back to game