edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
714 stars 110 forks source link

Downloading Zip file using fxLauncher #92

Closed varunsingh001 closed 7 years ago

varunsingh001 commented 7 years ago

We have a requirement to get zip file along with other dependencies during auto-update. Manually updating manifest on server can do the job, but need this to be automated.

Is it possible to enable downloading/updating ZIP files along with dependencies without manual intervention?

edvin commented 7 years ago

Sorry for the late reply. Yes, there is a mechanism for that:

--include-extensions accepts a comma separated list of filename extensions to include of other resources from the build dir. By default it always includes jar,war.

You must just make sure those files are in the build dir as the Create Manifest step is running.