I am currently developing a Java
application. Now I created a setup for Windows users to make it easier for them to use the application. Now I would like to do the same (or let's say the equivalent) for macOS
users. As I am not a macOS user I started to do some research about this and came up with the .app-bundles
which seem to be a good way to achieve my goal (is this correct, or are there betters ways to ease to first usage of the application without using the Apple Store?).
Now I am wondering how to create these bundles - is this possible on pure Unix
as well or do I need to use macOS
to do so? And how exactly do I create them?
Edit: Or is it a better way to use the appbundler
?
Currently the usage of packr
seems to be a good way for me, but I am not sure, if it is the best approach.