Y
Hacker News
new
|
ask
|
show
|
jobs
by
aalmiray
514 days ago
It does. This is one of the initial reasons to create such tool. At the moment you can assemble native installers with jpackage (project must be Java based)
https://jreleaser.org/guide/latest/reference/assemble/jpacka...
or create a .deb file (does not bundle a Java runtime, project does not have to be Java based)
https://jreleaser.org/guide/latest/reference/assemble/deb.ht...