mini2Dx / parcl

Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hepcat72 opened this issue · comments

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.

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: