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:
parent
765519a562
commit
00f36e7b26
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user