Jorl17 / jar2app

Convert any Java jar to a Mac OS X .App bundle. No external tools needed, no funky parameters, it just works.
GNU General Public License v2.0
418 stars 56 forks source link

added support for a splash screen #25

Open sum1els opened 6 years ago

sum1els commented 6 years ago

added support to add a splash screen to your java app (-p). if so, it copies the .png to the Contents/Resources location and also sets the JVM options in the plist file.