description: Unofficial Flatpak Version
game_slug: teeworlds
gogslug: ''
humblestoreid: ''
installer_slug: teeworlds-flatpak
name: Teeworlds
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: com.teeworlds.Teeworlds
slug: teeworlds-flatpak
steamid: 380840
version: Flatpak
year: 2013
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: com.teeworlds.Teeworlds
{
"game_slug": "teeworlds",
"version": "Flatpak",
"description": "Unofficial Flatpak Version",
"notes": "Requires Flatpak to be installed on the system",
"name": "Teeworlds",
"year": 2013,
"steamid": 380840,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "teeworlds-flatpak",
"installer_slug": "teeworlds-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": "com.teeworlds.Teeworlds"
}
}
}