mini2Dx / parcl

Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux
MIT License
60 stars 15 forks source link

Could you mention in the readme whether this produces .dmg, .deb, etc bundles? #8

Closed hepcat72 closed 7 years ago

hepcat72 commented 7 years ago

I want to be able to distribute my java app on Linux, Windows, and Mac using their typical packaging. I can't tell from the readme whether this plugin creates .exe/.app/etc or whether it creates .dmg/.deb/etc.

tomcashman commented 7 years ago

I've updated the README with this info. The plugin currently generates the following platform natives:

I've added the following issues to add support for .deb and .rpm: