1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 13:59:49 -04:00

* loading windows natives is error prone, just stick to the pure-Java stuff

This commit is contained in:
Reinhard Pointner 2012-10-15 12:48:47 +00:00
parent 56fff6f621
commit 06e6c5962f

View File

@ -24,7 +24,7 @@
<resources>
<property name="application.deployment" value="webstart" />
<property name="application.update" value="skip" />
<property name="useNativeShell" value="true" />
<property name="useNativeShell" value="false" />
<java version="1.6+" max-heap-size="256m" />
<property name="jnlp.packEnabled" value="true" />