Installer last-epoch-beta

files:
- launcher: https://cdn.lastepoch.com/public/launcher-linux.zip
game:
  exe: $GAMEDIR/Launcher
installer:
- extract:
    dst: $GAMEDIR
    file: launcher
- chmodx: $GAMEDIR/Launcher
description: Installs the game launcher, you still need to have an account and buy
  the game.
game_slug: last-epoch
gogslug: ''
humblestoreid: ''
installer_slug: last-epoch-beta
name: Last Epoch
notes: ''
runner: linux
script:
  files:
  - launcher: https://cdn.lastepoch.com/public/launcher-linux.zip
  game:
    exe: $GAMEDIR/Launcher
  installer:
  - extract:
      dst: $GAMEDIR
      file: launcher
  - chmodx: $GAMEDIR/Launcher
slug: last-epoch-beta
steamid: 899770
version: BETA
year: 2019
{
  "game_slug": "last-epoch",
  "version": "BETA",
  "description": "Installs the game launcher, you still need to have an account and buy the game.",
  "notes": "",
  "name": "Last Epoch",
  "year": 2019,
  "steamid": 899770,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "last-epoch-beta",
  "installer_slug": "last-epoch-beta",
  "script": {
    "files": [
      {
        "launcher": "https://cdn.lastepoch.com/public/launcher-linux.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/Launcher"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "launcher"
        }
      },
      {
        "chmodx": "$GAMEDIR/Launcher"
      }
    ]
  }
}
Back to game