A small tool to bundle Minecraft as a flatpak
Makefile
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Makefile
README.md
com.mojang.Minecraft.appdata.xml
com.mojang.Minecraft.desktop
com.mojang.Minecraft.json
com.mojang.Minecraft.png
jre-Makefile
minecraft-Makefile

README.md

#flatpak-minecraft

A small tool to automatially bundle Minecraft as a flatpak.

Usage

You will need the gnome repository, if you don't already have it you can install it with:

make install-sdk-repo

To build minecraft.flatpak:

make

To install it:

make install

To uninstall it:

make uninstall