edvin / fxlauncher

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

Adding some UI manifest attributes as parameters to the CreateManifest class. #158

Closed TurekBot closed 5 years ago

TurekBot commented 5 years ago

This should allow easier customization of the launcher UI because you can tell FXLauncher to put the UI customizations in the manifest for you.

The parameters that I added—which already existed in FXManifest—are

TurekBot commented 5 years ago

I realized after I updated my project that frknikiz in PR #144 had already included the updateText parameter. Sorry to move your code, but now it's in the same order as it is in the fxlauncher.FXManifest class. Hopefully, we're all good.

TurekBot commented 5 years ago

Thanks @edvin, really appreciate it.