FelixBaensch / MORTAR

MOlecule fRagmenTAtion fRamework
MIT License
18 stars 3 forks source link

Create Mac Native app release #122

Open Kohulan opened 2 weeks ago

Kohulan commented 2 weeks 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.

JonasSchaub commented 2 weeks ago

Todo:

JonasSchaub commented 2 weeks ago

jpackage -i . -n MORTAR --icon MORTAR-icon.icns --main-jar MORTAR-fat-aarch64-1.2.0.0.jar