Build a Flatpak package for TESLauncher with OpenJ9 JRE bundled
Find a file
2025-03-07 20:11:13 +04:00
.gitignore chore: add dev repo to gitignore 2025-03-07 17:42:30 +04:00
build.sh feat: move build cmds to script, generate custom jre 2025-03-07 18:18:10 +04:00
LICENSE docs: add license and useless readme 2025-03-07 20:04:38 +04:00
me.theentropyshard.teslauncher.desktop initial commit 2025-03-07 17:11:28 +04:00
me.theentropyshard.teslauncher.yml fix: change git repo url from mirror to github 2025-03-07 20:01:00 +04:00
README.md docs: make readme more useful 2025-03-07 20:11:13 +04:00
tesl.sh initial commit 2025-03-07 17:11:28 +04:00

To build:

flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir me.theentropyshard.teslauncher.yml

Launch either through application menu by searching "TESLauncher" or by flatpak run me.theentropyshard.teslauncher

To use OpenJ9 instead of downloading a JRE package from Mojang:

  • Add instance
  • Open context menu, choose "Edit"
  • Under "Java installation" section insert /app/lib/jvm/openj9/bin/java into the text field
  • Done, close a settings window and play Minecraft!