Installer celeste-olympus-mod-loader-f

game:
  args: run $FQDN
  exe: /usr/bin/flatpak
  working_dir: $GAMEDIR
installer:
- execute:
    args: install flathub -y $FQDN
    description: Installing with flatpak
    disable_runtime: true
    file: /usr/bin/flatpak
require-binaries: flatpak
variables:
  FQDN: io.github.everestapi.Olympus
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-f
name: Celeste
notes: 'The flatpak pkg can be found here: https://flathub.org/apps/io.github.everestapi.Olympus'
runner: linux
script:
  game:
    args: run $FQDN
    exe: /usr/bin/flatpak
    working_dir: $GAMEDIR
  installer:
  - execute:
      args: install flathub -y $FQDN
      description: Installing with flatpak
      disable_runtime: true
      file: /usr/bin/flatpak
  require-binaries: flatpak
  variables:
    FQDN: io.github.everestapi.Olympus
slug: celeste-olympus-mod-loader-f
steamid: 504230
version: Olympus mod loader Flatpak
year: 2018
{
  "game_slug": "celeste",
  "version": "Olympus mod loader Flatpak",
  "description": "This installer is intended to be installed alongside another instance of Celeste, install that one first and then this one.",
  "notes": "The flatpak pkg can be found here: https://flathub.org/apps/io.github.everestapi.Olympus",
  "name": "Celeste",
  "year": 2018,
  "steamid": 504230,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "celeste-olympus-mod-loader-f",
  "installer_slug": "celeste-olympus-mod-loader-f",
  "script": {
    "game": {
      "args": "run $FQDN",
      "exe": "/usr/bin/flatpak",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "execute": {
          "args": "install flathub -y $FQDN",
          "description": "Installing with flatpak",
          "disable_runtime": true,
          "file": "/usr/bin/flatpak"
        }
      }
    ],
    "require-binaries": "flatpak",
    "variables": {
      "FQDN": "io.github.everestapi.Olympus"
    }
  }
}
Back to game