Skip to content
Snippets Groups Projects
Commit 4e87a668 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Add mac packaging

parent 94a94562
Branches
No related tags found
No related merge requests found
File added
......@@ -77,6 +77,24 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>sh.tak.appbundler</groupId>
<artifactId>appbundle-maven-plugin</artifactId>
<version>1.2.0</version>
<configuration>
<mainClass>de.deadlocker8.smarttime.main.Main</mainClass>
<iconFile>build/icon.icns</iconFile>
<buildDirectory>build/${project.version}</buildDirectory>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>bundle</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment