- update desktop deployment data for osx
This commit is contained in:
parent
f36cdfe0b9
commit
407056278a
@ -28,8 +28,13 @@
|
|||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Unknown</string>
|
<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>
|
<key>JVMMainClassName</key>
|
||||||
<string>${main.class}</string>
|
<string>${main.class}</string>
|
||||||
|
<key>JVMMainJarName</key>
|
||||||
|
<string>${jar.name}</string>
|
||||||
<key>JVMOptions</key>
|
<key>JVMOptions</key>
|
||||||
<array>
|
<array>
|
||||||
<string>${run.jvmargs}</string>
|
<string>${run.jvmargs}</string>
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -16,6 +16,7 @@
|
|||||||
<replacestring from="$${run.jvmargs}" to="${jfxdeploy.jvmargs}"/>
|
<replacestring from="$${run.jvmargs}" to="${jfxdeploy.jvmargs}"/>
|
||||||
<replacestring from="$${application.title}" to="${application.title}"/>
|
<replacestring from="$${application.title}" to="${application.title}"/>
|
||||||
<replacestring from="$${jfxdeploy.jvmargs}" to="-Xnoagent"/>
|
<replacestring from="$${jfxdeploy.jvmargs}" to="-Xnoagent"/>
|
||||||
|
<replacestring from="$${jar.name}" to="${application.title}.jar"/>
|
||||||
</filterchain>
|
</filterchain>
|
||||||
</copy>
|
</copy>
|
||||||
<zip destfile="${dist.dir}/${application.title}-MacOSX.zip">
|
<zip destfile="${dist.dir}/${application.title}-MacOSX.zip">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user