Skip to content

Commit 41a993d

Browse files
author
Federico Fissore
committed
Windows: fixed paths and options in config*.xml
1 parent b8b1dc2 commit 41a993d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build/windows/launcher/config.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<launch4jConfig>
22
<dontWrapJar>true</dontWrapJar>
33
<headerType>gui</headerType>
4-
<jar>lib</jar>
54
<outfile>arduino.exe</outfile>
65
<errTitle>Arduino</errTitle>
76
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
@@ -37,7 +36,7 @@
3736
<jre>
3837
<path>java</path>
3938
<runtimeBits>32</runtimeBits>
40-
<opt>-splash:%EXEDIR%/lib/splash.png</opt>
39+
<opt>-splash:"%EXEDIR%/lib/splash.png"</opt>
4140
<opt>-Dsun.java2d.d3d=false</opt>
4241
<opt>-DAPP_DIR="%EXEDIR%"</opt>
4342
</jre>

build/windows/launcher/config_debug.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<launch4jConfig>
22
<dontWrapJar>true</dontWrapJar>
33
<headerType>console</headerType>
4-
<jar>lib</jar>
54
<outfile>arduino_debug.exe</outfile>
65
<errTitle>Arduino</errTitle>
76
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>

0 commit comments

Comments
 (0)