You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, an autoupdate of the generated application isn't yet possible. Would someone be willing to work on that with me? Here's the plan:
1.) Introduce a new plugin option "autoUpdatable". (Default value false.) If that option is false, leave everything, as it is now.
2.) If the above option is "true": Do not launch the application directly. Instead, launch a so-called bootstrapper ( a simple, standalone jar file). The bootstrapper checks, whether a new version is downloadable. If so, does the download, extracts the downloaded application, overwriting the old version.
(Initial version: Only overwrite, no delete. Exception is the bootstrapper jar, which will be treated as non-overridable, because it is effectively just that, at least on Windows.)
As soon as the installation is done, or the "no update available" is detected, the bootstrapper will launch the actual application by building a proper classpath, and invoking the actual Main class.
The text was updated successfully, but these errors were encountered:
As far as I know, an autoupdate of the generated application isn't yet possible. Would someone be willing to work on that with me? Here's the plan:
1.) Introduce a new plugin option "autoUpdatable". (Default value false.) If that option is false, leave everything, as it is now.
2.) If the above option is "true": Do not launch the application directly. Instead, launch a so-called bootstrapper ( a simple, standalone jar file). The bootstrapper checks, whether a new version is downloadable. If so, does the download, extracts the downloaded application, overwriting the old version.
(Initial version: Only overwrite, no delete. Exception is the bootstrapper jar, which will be treated as non-overridable, because it is effectively just that, at least on Windows.)
As soon as the installation is done, or the "no update available" is detected, the bootstrapper will launch the actual application by building a proper classpath, and invoking the actual Main class.
The text was updated successfully, but these errors were encountered: