mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-06 01:08:25 +01:00
Windows: missing chdir tag in config*.xml prevents double clicking .ino file from opening the IDE
This commit is contained in:
parent
9ea3de4bb2
commit
c1eade16fc
@ -3,6 +3,7 @@
|
|||||||
<headerType>gui</headerType>
|
<headerType>gui</headerType>
|
||||||
<jar>lib</jar>
|
<jar>lib</jar>
|
||||||
<outfile>arduino.exe</outfile>
|
<outfile>arduino.exe</outfile>
|
||||||
|
<chdir>.</chdir>
|
||||||
<errTitle>Arduino</errTitle>
|
<errTitle>Arduino</errTitle>
|
||||||
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
|
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
|
||||||
<icon>application.ico</icon>
|
<icon>application.ico</icon>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<headerType>console</headerType>
|
<headerType>console</headerType>
|
||||||
<jar>lib</jar>
|
<jar>lib</jar>
|
||||||
<outfile>arduino_debug.exe</outfile>
|
<outfile>arduino_debug.exe</outfile>
|
||||||
|
<chdir>.</chdir>
|
||||||
<errTitle>Arduino</errTitle>
|
<errTitle>Arduino</errTitle>
|
||||||
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
|
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
|
||||||
<icon>application.ico</icon>
|
<icon>application.ico</icon>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user