Skip to content

Commit

Permalink
Add Version to OSX App Binary
Browse files Browse the repository at this point in the history
  • Loading branch information
deathmarine committed Apr 20, 2016
1 parent 8d8e514 commit cb38b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.deathmarine</groupId>
<artifactId>luyten</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>
Expand Down Expand Up @@ -239,7 +239,7 @@
<documenttype name="Zip File" extensions="zip" role="Viewer" />
</jarbundler>
<!-- Produce a zip file of the application for distribution -->
<zip destfile="${project.build.directory}/Luyten-OSX.zip">
<zip destfile="${project.build.directory}/Luyten-OSX-${project.version}.zip">
<zipfileset dir="${project.build.directory}"
includes="Luyten.app/**" excludes="Luyten.app/Contents/MacOS/*" />
<zipfileset dir="${project.build.directory}"
Expand Down

0 comments on commit cb38b02

Please sign in to comment.