mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Merge pull request #3167 from Chris--A/no-spawn
Build: Remove spawn from exec command (Windows)
This commit is contained in:
commit
19aa7edf1d
@ -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…
Reference in New Issue
Block a user