2024-12-16, 04:24 AM
Awesome, thank you!!
A little suggestion - as part of getting the Flatpak build going, the Companion build can now be driven by Meson as well. Building with Meson gets you all the nice XDG stuff like a desktop entry and app icon too.
You'll want to run these commands:
And then you'll get all the extras under $pkgdir/usr/share as well as the main app binary
A little suggestion - as part of getting the Flatpak build going, the Companion build can now be driven by Meson as well. Building with Meson gets you all the nice XDG stuff like a desktop entry and app icon too.
You'll want to run these commands:
Code:
meson setup --buildtype=release --prefix="$pkgdir/usr" builddir
meson compile -C builddir
meson install -C builddir
And then you'll get all the extras under $pkgdir/usr/share as well as the main app binary