Skip to content

Commit cb38b02

Browse files
committedApr 20, 2016
Add Version to OSX App Binary
1 parent 8d8e514 commit cb38b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>us.deathmarine</groupId>
55
<artifactId>luyten</artifactId>
6-
<version>0.4.6</version>
6+
<version>0.4.7</version>
77
<dependencies>
88
<dependency>
99
<groupId>com.fifesoft</groupId>
@@ -239,7 +239,7 @@
239239
<documenttype name="Zip File" extensions="zip" role="Viewer" />
240240
</jarbundler>
241241
<!-- Produce a zip file of the application for distribution -->
242-
<zip destfile="${project.build.directory}/Luyten-OSX.zip">
242+
<zip destfile="${project.build.directory}/Luyten-OSX-${project.version}.zip">
243243
<zipfileset dir="${project.build.directory}"
244244
includes="Luyten.app/**" excludes="Luyten.app/Contents/MacOS/*" />
245245
<zipfileset dir="${project.build.directory}"

0 commit comments

Comments
 (0)