Skip to content

Releases: fvarrui/JavaPackager

v0.8.2

04 Oct 09:49
Compare
Choose a tag to compare

Fixed #3 issue.

v0.8.1

01 Oct 21:09
Compare
Choose a tag to compare

Fixed #2 issue.

v0.8.0

19 May 19:11
Compare
Choose a tag to compare
  • Added new plugin option to choose if installer must be generated or not.
<generateInstaller>true|false</generateInstaller>
  • Some improvements in documentation.

v0.7.0

17 May 12:48
Compare
Choose a tag to compare
  • Added new plugin option to add additional resources to generated app bundle.
<additionalResources>
    <param>file path</param>
    <param>folder path</param>
    <param>...</param>
</additionalResources>
  • Fixed a problem with Windows app bundle without embedded JRE.

v0.6.0

14 May 23:48
Compare
Choose a tag to compare

Fully operational plugin version for all three platforms: Windows, GNU/Linux and Mac Os X.