v1.7.0
Features:
- Plugin deps upgraded (thanks to @kerner1000 PR #234)
- New
macConfig.customLauncher
to set a different startup script thanuniversalJavaApplicationStub
(thanks to @kerner1000 PR #238) - #242 Custom
Info.plist
(new optionmacConfig.customInfoPlist
) (thanks to @kerner1000 PR #244) - #250 Disable JRE lookup when bundling with
why
and launcher upgrated to v1.1.2. - New
arch
config property (thanks to @zfqjava PR #265) - Get required modules from provided JDK (thanks to @kerner1000 PR #278)
- Support custom zipball and tarball names (new options
tarballName
andzipballName
) (thanks to @kerner1000 PR #279) - Prevent executing the Setup installer multiple times simultaneously (thanks to @lhDream PR #262)
Fixed issues:
- #202 Fixed garbled characters (thanks to @lhDream PR #271)
- #239 Fixed EOL in bundled
universalJavaApplicationStub
(MacOS). - #245
codesign --deep
is deprecated (new codesign strategy) (thanks to @kerner1000 PR #252) - #249 Incorrect
jvm_path
param used when bundling withwhy
. - #257 Fixed issue when
jspawnhelper
doesn't exist (Java 8). - #274 Fixed file assotiations for DEB/RPM packages.
- #291 UnsupportedOperation exception when bundling a customized JRE using additional modules.