An open API service indexing awesome lists of open source software.

https://github.com/turekbot/inno-setup-splashscreen-test

A program to help unravel the mystery of why a splash screen shows when the .jar but not the executable is clicked.
https://github.com/turekbot/inno-setup-splashscreen-test

Last synced: about 1 year ago
JSON representation

A program to help unravel the mystery of why a splash screen shows when the .jar but not the executable is clicked.

Awesome Lists containing this project

README

          

Running `mvn jfx:jar` will give you `.jar` in `target/jfx/app`.

Running `mvn jfx:native` will get you an installer in `target/jfx/native` which will install the app as an `.exe`.

Running `mvn package` will get you both.

Thanks for your help.