You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm working on a flatpak manifest file that, if pushed to FlatHub, could allow Linux users to install the betacraft launcher via flatpak. This would be preferable to those (like me) who prefer installing applications through package managers, and also to somewhat sandbox the game.
I already managed to make Minecraft play, but there are still things to work out. Here's the file: uk.betacraft.BetaCraft.yml
I'm asking for feedback. If you agree to this, I can submit the flatpak to FlatHub under the name uk.betacraft.BetaCraft.
Test the flatpak
First install Java 8 by running flatpak install org.freedesktop.Sdk.Extension.openjdk8 and choosing the 23.08 version.
Then, install the flatpak by running flatpak-builder --user --install --force-clean build-dir uk.betacraft.BetaCraft.yml.
Finally, run the launcher with flatpak run uk.betacraft.BetaCraft
The text was updated successfully, but these errors were encountered:
Hi! I'm working on a flatpak manifest file that, if pushed to FlatHub, could allow Linux users to install the betacraft launcher via flatpak. This would be preferable to those (like me) who prefer installing applications through package managers, and also to somewhat sandbox the game.
I already managed to make Minecraft play, but there are still things to work out. Here's the file:
uk.betacraft.BetaCraft.yml
I'm asking for feedback. If you agree to this, I can submit the flatpak to FlatHub under the name
uk.betacraft.BetaCraft
.Test the flatpak
First install Java 8 by running
flatpak install org.freedesktop.Sdk.Extension.openjdk8
and choosing the 23.08 version.Then, install the flatpak by running
flatpak-builder --user --install --force-clean build-dir uk.betacraft.BetaCraft.yml
.Finally, run the launcher with
flatpak run uk.betacraft.BetaCraft
The text was updated successfully, but these errors were encountered: