mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Merge pull request #3167 from Chris--A/no-spawn
Build: Remove spawn from exec command (Windows)
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user