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.
- Host: GitHub
- URL: https://github.com/turekbot/inno-setup-splashscreen-test
- Owner: TurekBot
- Created: 2017-05-19T03:48:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T04:42:28.000Z (about 9 years ago)
- Last Synced: 2025-04-09T19:54:42.611Z (about 1 year ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.