mgerdes / Open-Golf

A cross-platform minigolf game written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatpak package?

Newbytee opened this issue · comments

Hi! Are there any plans to provide a Flatpak package of Open Golf? It would make it easier to install on Linux. It could also be nice to have it published on Flathub, which would make it available in the default store apps of many Linux distributions.

commented

I could maintain it if that's ok with you @mgerdes. I'll see if I can get a flatpak manifest to work.

commented

I got it running, the build files are at laurinneff/flathub on the me.mgerdes.open_golf branch

To build and install, clone that repo, make sure you're on the me.mgerdes.open_golf branch, and run:

flatpak-builder --force-clean --install --user repo/ me.mgerdes.open_golf.yml

The only issue that I've found so far is that audio doesn't work, but I'll see if I can find a way to solve this tomorrow