Avoid using UI if we're in a headless JVM.

Closes #131.
This commit is contained in:
Michael Bayne
2018-11-26 13:26:33 -08:00
parent 4d40bc53db
commit d7ec1baa60
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -12,6 +12,10 @@
Getdown. They must be prefixed by `sys.`: for example `sys.silent = true` will set the `silent`
system property to `true`.
* If Getdown is run in a headless JVM, it will avoid showing a UI but will attempt to install and
launch the application anyhow. Note that passing `-Dsilent` will override this behavior (because
in silent mode the default is only to install the app, not also launch it).
* Fixed issue with `appid` not being properly used when specified via command line arg.
* Fixed issue with running Getdown on single CPU systems (or virtual systems). It was attempting to