Skip to content

Releases: edvin/fxlauncher

FXLauncher 1.0.10

07 May 15:23
Compare
Choose a tag to compare

This release adds the ability to choose an alternative location for the downloaded artifacts. The default is still "current working directory" but this can be overriden by the manifest parameter cacheDir or the command line parameter --cache-dir.

If the cache dir parameter starts with the magical string USERLIB/ this string will be replaced with an OS specific path. Consider the following parameter value:

--cache-dir=USERLIB/MyApp

The result will be:

OS Location
Windows ~/AppData/MyApp
Mac ~/Library/Application Support/MyApp
Linux ~/.MyApp

New features

  • Add optional --cache-dir program parameter cacheDir and manifest entry (#9)
  • Add / if missing from base url (#6)

FXLauncher 1.0.9

14 Mar 08:55
Compare
Choose a tag to compare

Added

  • App manifest location can be given as command line parameter (#3)
java -jar fxlauncher.jar --app=http://remote/location/of/app.xml

FXLauncher 1.0.7

20 Feb 09:24
Compare
Choose a tag to compare

Added

  • Support for platform specific resources

Changed

  • Parameters are now passed to the Application instance (#1)