We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 9ea3de4 commit c1eade1Copy full SHA for c1eade1
build/windows/launcher/config.xml
@@ -3,6 +3,7 @@
3
<headerType>gui</headerType>
4
<jar>lib</jar>
5
<outfile>arduino.exe</outfile>
6
+ <chdir>.</chdir>
7
<errTitle>Arduino</errTitle>
8
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
9
<icon>application.ico</icon>
build/windows/launcher/config_debug.xml
<headerType>console</headerType>
<outfile>arduino_debug.exe</outfile>
0 commit comments