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: org.polymc.PolyMC
description: Installs the latest flatpak package
game_slug: polymc
gogslug: ''
humblestoreid: ''
installer_slug: polymc-flatpak-latest
name: PolyMC
notes: 'The flatpak pkg can be found here: https://flathub.org/apps/org.polymc.PolyMC'
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: org.polymc.PolyMC
slug: polymc-flatpak-latest
steamid: null
version: Flatpak latest
year: 2021
{
"game_slug": "polymc",
"version": "Flatpak latest",
"description": "Installs the latest flatpak package",
"notes": "The flatpak pkg can be found here: https://flathub.org/apps/org.polymc.PolyMC",
"name": "PolyMC",
"year": 2021,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "polymc-flatpak-latest",
"installer_slug": "polymc-flatpak-latest",
"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": "org.polymc.PolyMC"
}
}
}