1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Remove spawn from exec command

This commit is contained in:
Chris--A 2015-05-15 16:59:42 +10:00
parent 765519a562
commit 00f36e7b26

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">