inital commit
You have to build yourself, there will be no prebuilt binaries available, because these patches bypass restrictions and I am not willing to risk legal issues (however unlikely).
To build from source follow the official build instructions and just apply these two patches to the git repository after cloning.
Make sure you have the following dependencies installed:
The commands below will clone this repo, repo of the official PrismLauncher flatpak, apply a patch to it and then build the flatpak. This might pull in additinal flatpak dependencies according to the manifest file.
git clone https://git.ash.fail/prismlauncher-offline
git clone https://github.com/flathub/org.prismlauncher.PrismLauncher
cd org.prismlauncher.PrismLauncher
git submodule update --init --recursive
../prismlauncher-offline/flatpak.sh
NOTE: flatpak.sh modifies the manifest file, git resest
it on consecutive
rebuilds.
Afterwards you can then install the flatpak with:
flatpak install prismlauncher.flatpak
NOTE: add --user
for non-system installation
I personally use flatpak, so there is a script for that, you are free to submit build steps for other build systems and I will add them here.