fn2006 / PollyMC

DRM-free Prism Launcher fork with support for custom auth servers.
GNU General Public License v3.0
824 stars 51 forks source link

How to add this GitHub repo as remote using flatpak? #165

Closed ukizet closed 4 months ago

ukizet commented 5 months ago

And install using this remote.

zocker-160 commented 4 months ago

You cannot use a GitHub repo (or any Git repository for that matter) as a remote in Flatpak.

In order to use the flatpak, you either have to use the prebuild package or create it yourself using the manifest available in this the repository.

ukizet commented 4 months ago

@zocker-160 what's the point of remotes then, if you can connect only flathub(

zocker-160 commented 4 months ago

@ukizet this is not true, you can add any remote you want, but the remote has to be a flatpak repository and not a Git repository.

Anyone can host their own flatpak repository and add it as a remote.

It is exactly like all the other Linux package managers work, for example pacman (Archlinux package manager) also needs a pacman repository and cannot pull packages from GitHub. Anyone can host their own pacman repository though.