Installer pandum-online-standalone

files:
- installer: https://pandum.net/home/release/pandum.tar.gz
game:
  args: -cp pandum.jar net.pandum.Desktop
  exe: jre/bin/java
  working_dir: $GAMEDIR
installer:
- execute:
    command: rm -rf $GAMEDIR/* &>/dev/null
- extract:
    dst: $GAMEDIR/
    file: $CACHE/pandum.tar.gz
description: Install game client (x64 - including java virtual machine)
game_slug: pandum-online
gogslug: ''
humblestoreid: ''
installer_slug: pandum-online-standalone
name: Pandum online
notes: ''
runner: linux
script:
  files:
  - installer: https://pandum.net/home/release/pandum.tar.gz
  game:
    args: -cp pandum.jar net.pandum.Desktop
    exe: jre/bin/java
    working_dir: $GAMEDIR
  installer:
  - execute:
      command: rm -rf $GAMEDIR/* &>/dev/null
  - extract:
      dst: $GAMEDIR/
      file: $CACHE/pandum.tar.gz
slug: pandum-online-standalone
steamid: 469930
version: Standalone
year: 2016
{
  "game_slug": "pandum-online",
  "version": "Standalone",
  "description": "Install game client (x64 - including java virtual machine)",
  "notes": "",
  "name": "Pandum online",
  "year": 2016,
  "steamid": 469930,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "pandum-online-standalone",
  "installer_slug": "pandum-online-standalone",
  "script": {
    "files": [
      {
        "installer": "https://pandum.net/home/release/pandum.tar.gz"
      }
    ],
    "game": {
      "args": "-cp pandum.jar net.pandum.Desktop",
      "exe": "jre/bin/java",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "execute": {
          "command": "rm -rf $GAMEDIR/* &>/dev/null"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/",
          "file": "$CACHE/pandum.tar.gz"
        }
      }
    ]
  }
}
Back to game