crotwell / gradle-macappbundle

A Gradle Plugin to create a Mac OSX .app application and dmg based on the project.
Apache License 2.0
96 stars 33 forks source link

JavaAppLauncher Apple Silicon (arm64) support #73

Open sfuerte opened 3 years ago

sfuerte commented 3 years ago

JavaAppLauncher has to be rebuilt with arm64 support, as per https://github.com/TheInfiniteKind/appbundler/issues/75

Not sure if a PR with binary file is acceptable but can do one if that's fine.

crotwell commented 3 years ago

Thanks for the report, but I am no longer able to work on this project, and the way this plugin generates the .app is most likely obsolete anyway. I think using javapackager is likely more appropriate, but I do not know if it can be easily integrated with gradle. Sorry I am not able to help. I would recommend looking for alternatives for your project.

I will leave this issue open just in case.