I have an application written in JavaFX that I will make available to users. I pack it using jlink and jpackage to have an exe installer that will be downloadable. What is currently the best way to implement an update for such an application without installing it every time. Currently, I have added a simple update that downloads a new version of the exe if it is available, but I don’t want users to have to go through the installer every time they update. I would like to do this in the background.