recently I’ve started working with an open source java gui app that uses jpackage
to generate system packages for distributions.
I’m interested in creating a flatpak for this, but I’m not sure what best practices look like for this. Should I attempt to take the files that are generated by jpackage
and put those into a flatpak, or should I just take the jar file alone as provide that with a dependency on a runtime that provides java?
fair warning I am a noob in regards to flatpak
You must log in or register to comment.
- sfera ( @sfera@beehaw.org ) 8•2 months ago
Calibre is a Java application and available as a flatpak package. Maybe check how they do it?
- calm.like.a.bomb ( @clmbmb@lemmy.dbzer0.com ) 4•2 months ago
Calibre is Python 100%. What gave you the idea it was Java?
- rotopenguin ( @rotopenguin@infosec.pub ) English4•2 months ago
Ghidra is properly Java, so better luck looking there.
Thanks, I’ll check it out