game:
args: run $FQDN
exe: /usr/bin/flatpak
installer:
- execute:
args: install flathub -y --noninteractive $FQDN
description: Installing with flatpak
disable_runtime: true
file: /usr/bin/flatpak
require-binaries: flatpak
variables:
FQDN: org.xonotic.Xonotic
description: Unofficial Flatpak Version
game_slug: xonotic
gogslug: ''
humblestoreid: ''
installer_slug: xonotic-flatpak
name: Xonotic
notes: Requires Flatpak to be installed on the system
runner: linux
script:
game:
args: run $FQDN
exe: /usr/bin/flatpak
installer:
- execute:
args: install flathub -y --noninteractive $FQDN
description: Installing with flatpak
disable_runtime: true
file: /usr/bin/flatpak
require-binaries: flatpak
variables:
FQDN: org.xonotic.Xonotic
slug: xonotic-flatpak
steamid: null
version: Flatpak
year: 2011
{
"game_slug": "xonotic",
"version": "Flatpak",
"description": "Unofficial Flatpak Version",
"notes": "Requires Flatpak to be installed on the system",
"name": "Xonotic",
"year": 2011,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "xonotic-flatpak",
"installer_slug": "xonotic-flatpak",
"script": {
"game": {
"args": "run $FQDN",
"exe": "/usr/bin/flatpak"
},
"installer": [
{
"execute": {
"args": "install flathub -y --noninteractive $FQDN",
"description": "Installing with flatpak",
"disable_runtime": true,
"file": "/usr/bin/flatpak"
}
}
],
"require-binaries": "flatpak",
"variables": {
"FQDN": "org.xonotic.Xonotic"
}
}
}