Releases: edvin/fxlauncher
Releases · edvin/fxlauncher
FXLauncher 1.0.10
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
FXLauncher 1.0.9
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
Added
- Support for platform specific resources
Changed
- Parameters are now passed to the Application instance (#1)