Merge pull request #3167 from Chris--A/no-spawn

Build: Remove spawn from exec command (Windows)
This commit is contained in:
Federico Fissore 2015-05-18 12:47:36 +02:00
commit 19aa7edf1d
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@
<target name="windows-run" depends="build"
description="Run windows version">
<exec executable="windows/work/arduino.exe" dir="windows/work" spawn="true" failonerror="true"/>
<exec executable="windows/work/arduino.exe" dir="windows/work" failonerror="true"/>
</target>
<target name="windows-dist" depends="build" description="Create .zip files of windows version">