Skip to content

Commit c1eade1

Browse files
author
Federico Fissore
committed
Windows: missing chdir tag in config*.xml prevents double clicking .ino file from opening the IDE
1 parent 9ea3de4 commit c1eade1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/windows/launcher/config.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<headerType>gui</headerType>
44
<jar>lib</jar>
55
<outfile>arduino.exe</outfile>
6+
<chdir>.</chdir>
67
<errTitle>Arduino</errTitle>
78
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
89
<icon>application.ico</icon>

build/windows/launcher/config_debug.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<headerType>console</headerType>
44
<jar>lib</jar>
55
<outfile>arduino_debug.exe</outfile>
6+
<chdir>.</chdir>
67
<errTitle>Arduino</errTitle>
78
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
89
<icon>application.ico</icon>

0 commit comments

Comments
 (0)