game:
args: run $FQDN
exe: /usr/bin/flatpak
working_dir: $GAMEDIR
installer:
- execute:
args: install flathub -y --user --noninteractive $FQDN
description: Installing with flatpak
disable_runtime: true
file: /usr/bin/flatpak
require-binaries: flatpak
variables:
FQDN: io.mrarm.mcpelauncher
description: Installs the latest flatpak package
game_slug: minecraft-bedrock-edition
gogslug: ''
humblestoreid: ''
installer_slug: minecraft-bedrock-edition-flatpak-latest
name: 'Minecraft: Bedrock Edition'
notes: 'The flatpak pkg can be found here: https://flathub.org/apps/io.mrarm.mcpelauncher'
runner: linux
script:
game:
args: run $FQDN
exe: /usr/bin/flatpak
working_dir: $GAMEDIR
installer:
- execute:
args: install flathub -y --user --noninteractive $FQDN
description: Installing with flatpak
disable_runtime: true
file: /usr/bin/flatpak
require-binaries: flatpak
variables:
FQDN: io.mrarm.mcpelauncher
slug: minecraft-bedrock-edition-flatpak-latest
steamid: null
version: Flatpak latest
year: 2017
{
"game_slug": "minecraft-bedrock-edition",
"version": "Flatpak latest",
"description": "Installs the latest flatpak package",
"notes": "The flatpak pkg can be found here: https://flathub.org/apps/io.mrarm.mcpelauncher",
"name": "Minecraft: Bedrock Edition",
"year": 2017,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "minecraft-bedrock-edition-flatpak-latest",
"installer_slug": "minecraft-bedrock-edition-flatpak-latest",
"script": {
"game": {
"args": "run $FQDN",
"exe": "/usr/bin/flatpak",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"execute": {
"args": "install flathub -y --user --noninteractive $FQDN",
"description": "Installing with flatpak",
"disable_runtime": true,
"file": "/usr/bin/flatpak"
}
}
],
"require-binaries": "flatpak",
"variables": {
"FQDN": "io.mrarm.mcpelauncher"
}
}
}