How can use gradle to package my linux app with fl...
# compose-desktop
t
How can use gradle to package my linux app with flatpack and snap?
a
I think this is the only way at the moment: https://conveyor.hydraulic.dev/10.1/
👍 1
Oh, sorry, apparently it can't output snaps or flatpacks yet: https://conveyor.hydraulic.dev/10.1/outputs/#other-linux-package-formats
metal 1
but it can produce MSIX for Windows, which is similar to flatpack as I understand it. (but obviously only for windows)
s
b
CfD is jvm app though. Packaging native linux apps is a lot more complicated for flathub due to offline installation they require
t
@Big Chungus What is CfD?
b
Compose for Desktop
Although if you can host your native executable somewhere public, you can just download that during your flatpak build instead of building from source and having to deal with gradle offline cache