If you want to build the flatpak for TLPUI yourself please follow the steps below:
- Make sure you have the Flathub repository installed like this:
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- To build and install the Flatpak in user environment you can call from inside the flatpak folder:
flatpak-builder --force-clean --user --install-deps-from flathub --install build-dir com.github.d4nj1.tlpui.yml
- To run the Flatpak execute:
flatpak run com.github.d4nj1.tlpui