Installer celeste-olympus-mod-loader

custom-name: Olympus for Celeste Everest Mod Loader
files:
- autobuild:
    filename: linux.main.zip
    url: https://dev.azure.com/EverestAPI/Olympus/_apis/build/builds/$BUILD_NUMBER/artifacts?artifactName=linux.main&api-version=5.0&%24format=zip
game:
  exe: $GAMEDIR/olympus
  working_dir: $GAMEDIR
installer:
- extract:
    dst: $GAMEDIR
    file: autobuild
- extract:
    dst: $GAMEDIR
    file: dist.zip
- chmodx: $GAMEDIR/install.sh
- execute:
    file: $GAMEDIR/install.sh
    terminal: true
variables:
  BUILD_NUMBER: 3958
description: This installer is intended to be installed alongside another instance
  of Celeste, install that one first and then this one.
game_slug: celeste
gogslug: ''
humblestoreid: ''
installer_slug: celeste-olympus-mod-loader
name: Celeste
notes: ''
runner: linux
script:
  custom-name: Olympus for Celeste Everest Mod Loader
  files:
  - autobuild:
      filename: linux.main.zip
      url: https://dev.azure.com/EverestAPI/Olympus/_apis/build/builds/$BUILD_NUMBER/artifacts?artifactName=linux.main&api-version=5.0&%24format=zip
  game:
    exe: $GAMEDIR/olympus
    working_dir: $GAMEDIR
  installer:
  - extract:
      dst: $GAMEDIR
      file: autobuild
  - extract:
      dst: $GAMEDIR
      file: dist.zip
  - chmodx: $GAMEDIR/install.sh
  - execute:
      file: $GAMEDIR/install.sh
      terminal: true
  variables:
    BUILD_NUMBER: 3958
slug: celeste-olympus-mod-loader
steamid: 504230
version: Olympus mod loader
year: 2018
{
  "game_slug": "celeste",
  "version": "Olympus mod loader",
  "description": "This installer is intended to be installed alongside another instance of Celeste, install that one first and then this one.",
  "notes": "",
  "name": "Celeste",
  "year": 2018,
  "steamid": 504230,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "celeste-olympus-mod-loader",
  "installer_slug": "celeste-olympus-mod-loader",
  "script": {
    "custom-name": "Olympus for Celeste Everest Mod Loader",
    "files": [
      {
        "autobuild": {
          "filename": "linux.main.zip",
          "url": "https://dev.azure.com/EverestAPI/Olympus/_apis/build/builds/$BUILD_NUMBER/artifacts?artifactName=linux.main&api-version=5.0&%24format=zip"
        }
      }
    ],
    "game": {
      "exe": "$GAMEDIR/olympus",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "autobuild"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "dist.zip"
        }
      },
      {
        "chmodx": "$GAMEDIR/install.sh"
      },
      {
        "execute": {
          "file": "$GAMEDIR/install.sh",
          "terminal": true
        }
      }
    ],
    "variables": {
      "BUILD_NUMBER": 3958
    }
  }
}
Back to game