DonutWare / Fladder

Fladder - A Simple Jellyfin frontend built on top of Flutter.
https://donutware.github.io/Fladder/
GNU General Public License v3.0
312 stars 14 forks source link

feat(Linux): Automatically build a Flatpak bundle #125

Closed lmgarret closed 6 days ago

lmgarret commented 1 week ago

Pull Request Description

This adds the manifest file to build a flatpak bundle with each release. It does not cover publishing to Flathub, which is a different topic IMO.

Heavily inspired by the Jellyfin Media Player flatpak manifest, building ffmpeg, mpv and other dependencies by source as recommended for flatpaks.

Issue Being Fixed

It is a potential solution to #53

Checklist

PartyDonut commented 6 days ago

@lmgarret This is done/ready to merge I think?

lmgarret commented 6 days ago

@PartyDonut looks done to me too yes