* generates windows and mac icon files using imagemagick * generates the executables using maven plugins launch4j for windows and appbundle for mac * renames the jar from (removes the -jar-with-dependencies suffix) * creates a zip file from the mac app directory
4 lines
73 B
Bash
4 lines
73 B
Bash
#!/bin/bash
|
|
|
|
convert src/main/resources/amidst/icon.png target/icon.icns
|