- update desktop deployment data for osx
This commit is contained in:
parent
f36cdfe0b9
commit
407056278a
@ -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>
|
||||
|
Binary file not shown.
Binary file not shown.
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user