Could you mention in the readme whether this produces .dmg, .deb, etc bundles?
hepcat72 opened this issue · comments
Robert Leach commented
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.
Thomas Cashman commented
I've updated the README with this info. The plugin currently generates the following platform natives:
- Windows - .exe
- Mac OS X - .app
- Linux - .sh
I've added the following issues to add support for .deb and .rpm: