edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
715 stars 107 forks source link

How do fxlauncher update itself? #137

Open paladinzh opened 5 years ago

paladinzh commented 5 years ago

How do fxlauncher update itself? Any plan for it?

edvin commented 5 years ago

You have to reinstall on the client for now. We plan to have fxlauncher update itself as well for 2.0, but no work is being done on that right now. Busy with other projects for the time being :)

paladinzh commented 5 years ago

Thank you. expect it.

mordechaim commented 5 years ago

If you are starting fxlauncher from a script or point to the jar file via a config file (the case in self-contained Java applications, in MyApp.cfg) you could update it by downloading the new fxlauncher version by listing it in the old version's manifest, and update the script to point to that location.