Open Kohulan opened 4 months ago
The mac version of Java has a command line app called jpackage which builds native Mac Apps. If you are in the folder of the fat mortar jar, all you need to do is:
jpackage -i . -n Mortar --icon mortar.icns --main-jar MORTAR-fat-aarch64-1.2.0.0-beta.jar
Note: Make sure Java 21 installed when you build it.
Todo:
jpackage -i . -n MORTAR --icon MORTAR-icon.icns --main-jar MORTAR-fat-aarch64-1.2.0.0.jar
The mac version of Java has a command line app called jpackage which builds native Mac Apps. If you are in the folder of the fat mortar jar, all you need to do is:
jpackage -i . -n Mortar --icon mortar.icns --main-jar MORTAR-fat-aarch64-1.2.0.0-beta.jar
Note: Make sure Java 21 installed when you build it.