Windows: missing chdir tag in config*.xml prevents double clicking .ino file from opening the IDE

This commit is contained in:
Federico Fissore 2015-06-16 15:46:18 +02:00
parent d2ac1a4e6a
commit dd5edd1b7f
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<headerType>gui</headerType>
<jar>lib</jar>
<outfile>arduino.exe</outfile>
<chdir>.</chdir>
<errTitle>Arduino</errTitle>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
<icon>application.ico</icon>

View File

@ -3,6 +3,7 @@
<headerType>console</headerType>
<jar>lib</jar>
<outfile>arduino_debug.exe</outfile>
<chdir>.</chdir>
<errTitle>Arduino</errTitle>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
<icon>application.ico</icon>