We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d08ef89 + 00f36e7 commit 19aa7edCopy full SHA for 19aa7ed
build/build.xml
@@ -880,7 +880,7 @@
880
881
<target name="windows-run" depends="build"
882
description="Run windows version">
883
- <exec executable="windows/work/arduino.exe" dir="windows/work" spawn="true" failonerror="true"/>
+ <exec executable="windows/work/arduino.exe" dir="windows/work" failonerror="true"/>
884
</target>
885
886
<target name="windows-dist" depends="build" description="Create .zip files of windows version">
0 commit comments