We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbf798 commit 08f22b8Copy full SHA for 08f22b8
build.xml
@@ -272,7 +272,7 @@
272
<!-- <property name="generate.installer.for.platforms" value="windows-x86 windows-x64 linux-x86 linux-x64 macosx"/> -->
273
<property name="generator-jdk-location-forward-slashes" value="${java.home}"/>
274
<property name="generated-installers-location-forward-slashes" value="${basedir}/build/installer"/>
275
- <property name="pack200.enabled" value="true"/>
+ <property name="pack200.enabled" value="false"/>
276
<property name="nbi.icon.file" value="${basedir}/jmonkeyplatform.png"/>
277
<property name="nbi.dock.icon.file" value="${basedir}/jmonkeyplatform.icns"/>
278
<property name="product.description" value="${app.description}"/>
0 commit comments