1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00
windows zip reduced from 95M(403M uncompressed) to 83M(363M uncompressed)
This commit is contained in:
Federico Fissore 2013-01-23 11:58:06 +01:00 committed by Federico Fissore
parent d1bf880786
commit d6aa373674

View File

@ -639,6 +639,10 @@
</chmod>
<antcall target="windows-unzip-arm-toolchain" />
<delete includeEmptyDirs="true" quiet="true">
<fileset dir="windows/work/hardware/tools/avr/doc" />
</delete>
</target>
<target name="windows-run" depends="windows-build"