diff --git a/README.md b/README.md index b763764..c92065e 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,11 @@ That said, you may **NOT** upload the resulting files to something like GitHub. Screenshot 2024-09-29 at 2 16 19 PM -## Compiling -If you wish to compile this yourself, simply clone the repo and run `mvn clean package`. +## Building/Compiling +If you wish to compile the jar yourself, simply clone the repo and run: +`mvn clean package` +If you want the macOS DMG file (app) run: +`mvn clean package -P macos` Super Simple!!! ## Tools diff --git a/pom.xml b/pom.xml index 29be267..5853b50 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,40 @@ + + + macos + + + + + de.perdian.maven.plugins + macosappbundler-maven-plugin + 1.18.0 + + + true + false + ${project.name}-${project.version}-macOS + + + src/main/resources/images/1024.icns + com.shanebeestudios.mcdeob.McDeob + + + + + package + + bundle + + + + + + + + @@ -103,31 +137,7 @@ - - - de.perdian.maven.plugins - macosappbundler-maven-plugin - 1.18.0 - - - true - false - ${project.name}-${project.version}-macOS - - - src/main/resources/images/1024.icns - com.shanebeestudios.mcdeob.McDeob - - - - - package - - bundle - - - - +