Windows: fixed paths and options in config*.xml

This commit is contained in:
Federico Fissore 2015-06-26 17:26:09 +02:00
parent b8b1dc2327
commit 41a993def7
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>lib</jar>
<outfile>arduino.exe</outfile>
<errTitle>Arduino</errTitle>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
@ -37,7 +36,7 @@
<jre>
<path>java</path>
<runtimeBits>32</runtimeBits>
<opt>-splash:%EXEDIR%/lib/splash.png</opt>
<opt>-splash:"%EXEDIR%/lib/splash.png"</opt>
<opt>-Dsun.java2d.d3d=false</opt>
<opt>-DAPP_DIR="%EXEDIR%"</opt>
</jre>

View File

@ -1,7 +1,6 @@
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>console</headerType>
<jar>lib</jar>
<outfile>arduino_debug.exe</outfile>
<errTitle>Arduino</errTitle>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>