mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Windows: missing chdir tag in config*.xml prevents double clicking .ino file from opening the IDE
This commit is contained in:
parent
d2ac1a4e6a
commit
dd5edd1b7f
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user