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
414 stars 56 forks source link

Added --additional-jars and --additional-files options #38

Open Darrel12 opened 5 years ago

Darrel12 commented 5 years ago

Both options use the same method call with a difference in default destination directories. They also allow the user to pass a directory of JARs or files rather than needing to pass individual items. If passing a directory of JARs/files then be sure to specify the destination directory as well or they will be dropped in the default directory.

Use cases: