perdian / macosappbundler-maven-plugin

Maven plugin for creating a native macOS bundle containing all dependencies required by a Maven project
Apache License 2.0
42 stars 15 forks source link

Fixed incorrect permissions set on JavaLauncher in generated bundle #12

Closed habakke closed 4 years ago

habakke commented 4 years ago

The JavaLauncher in the generated application bundle had incorrect permissions set. Only the owner was able to launch the application, and if using an installer launching the application would fail.

This update adds updated permissions so that everyone can launch the application.

perdian commented 4 years ago

Nice catch! 👍

perdian commented 4 years ago

Released to Maven Central as 1.7.0