- update desktop deployment data for osx

This commit is contained in:
Normen Hansen 2015-01-23 18:47:56 +01:00
parent f36cdfe0b9
commit 407056278a
4 changed files with 6 additions and 0 deletions

View File

@ -28,8 +28,13 @@
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>Unknown</string>
<!-- Put the JRE in /Contents/Plugins/jdk1.8.0_31.jdk (or name specified below) -->
<!--key>JVMRuntime</key>
<string>jdk1.8.0_31.jdk</string-->
<key>JVMMainClassName</key>
<string>${main.class}</string>
<key>JVMMainJarName</key>
<string>${jar.name}</string>
<key>JVMOptions</key>
<array>
<string>${run.jvmargs}</string>

View File

@ -16,6 +16,7 @@
<replacestring from="$${run.jvmargs}" to="${jfxdeploy.jvmargs}"/>
<replacestring from="$${application.title}" to="${application.title}"/>
<replacestring from="$${jfxdeploy.jvmargs}" to="-Xnoagent"/>
<replacestring from="$${jar.name}" to="${application.title}.jar"/>
</filterchain>
</copy>
<zip destfile="${dist.dir}/${application.title}-MacOSX.zip">