Remove spawn from exec command

This commit is contained in:
Chris--A 2015-05-15 16:59:42 +10:00
parent 765519a562
commit 00f36e7b26
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">