<div dir="ltr">Hello,<div><br></div><div>I hope this is of interest to the OpenJFX community. Conveyor is a new packaging tool that launched a few months ago. It's similar to jpackage, except with some useful additional features:</div><div><ul><li>Handles online updates.</li><li>You can build for every OS from your own choice of OS:</li><ul><li>Cross-builds and cross-signs packages (i.e. you can sign and notarize Mac packages from Windows, Windows packages from Mac, etc).</li><li>Does icon conversion for you.</li><li>Generates the needed CSRs if you want to buy certificates.</li><li>Very good for Linux CI.</li></ul><li>Generates a download/updates site for you, with a big green button that detects the user's CPU/OS.</li><li>Configured via HOCON instead of CLI arguments.</li><li>Can do self-signed packages, if you don't want to buy certificates. The user is given instructions for how to install the app on the download page.</li><li>Integrates with jlink and jdeps to minimize the bundled JVM.</li></ul><div>You can learn more here: <a href="https://hydraulic.software/">https://hydraulic.software/</a></div></div><div><br></div><div>There's an example of how to use it with the AtlantaFX Sampler app:</div><div><br></div><div><a href="https://github.com/mkpaz/atlantafx">https://github.com/mkpaz/atlantafx</a><br></div><div><br></div><div>Look at the conveyor.conf file at the top level. It also has a `generate` command that can make a simple JavaFX hello world app with packaging pre-integrated.</div><div><br></div><div>It's free for open source projects. I hope it proves useful ! </div><div><br></div><div>thanks,</div><div>-mike</div></div>