Releases: perdian/macosappbundler-maven-plugin
Releases · perdian/macosappbundler-maven-plugin
v1.7.0
Fixed
- Executable flag on native launcher binary was only set for the owner, not for the group.
v1.5.0
Added
- Allow copying the complete JDK into the generated bundle (
jdk
configuration element).
v1.4.0
Added
- Clear working directory after build.
v1.3.0
Added
- Make DMG file name configurable (configuration option
dmgFileName
).
- Allow adding the version to the DMG file name (configuration option
appendVersion
).
v1.2.0
Added
- Allow usage of
genisoimage
for image generation (configuration options useGenIsoImage
and autoFallback
).
v1.1.0
Added
Changed
- Use Apache License 2.0 instead of MIT License