File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
<launch4jConfig >
2
2
<dontWrapJar >true</dontWrapJar >
3
3
<headerType >gui</headerType >
4
- <jar >lib</jar >
5
4
<outfile >arduino.exe</outfile >
6
5
<errTitle >Arduino</errTitle >
7
6
<downloadUrl >http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl >
37
36
<jre >
38
37
<path >java</path >
39
38
<runtimeBits >32</runtimeBits >
40
- <opt >-splash:%EXEDIR%/lib/splash.png</opt >
39
+ <opt >-splash:" %EXEDIR%/lib/splash.png" </opt >
41
40
<opt >-Dsun.java2d.d3d=false</opt >
42
41
<opt >-DAPP_DIR="%EXEDIR%"</opt >
43
42
</jre >
Original file line number Diff line number Diff line change 1
1
<launch4jConfig >
2
2
<dontWrapJar >true</dontWrapJar >
3
3
<headerType >console</headerType >
4
- <jar >lib</jar >
5
4
<outfile >arduino_debug.exe</outfile >
6
5
<errTitle >Arduino</errTitle >
7
6
<downloadUrl >http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl >
You can’t perform that action at this time.
0 commit comments