1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Adding -n (never overwrite option) on unzip.

This commit is contained in:
David A. Mellis
2010-05-10 01:18:33 +00:00
parent f6b887cd6e
commit 235321e486

View File

@ -193,6 +193,7 @@
<exec executable="unzip"> <exec executable="unzip">
<arg value="-q" /> <arg value="-q" />
<arg value="-n" />
<arg value="-d" /> <arg value="-d" />
<arg value="macosx/work/Arduino.app/Contents/Resources/Java/hardware" /> <arg value="macosx/work/Arduino.app/Contents/Resources/Java/hardware" />
<arg value="macosx/dist/tools-universal.zip" /> <arg value="macosx/dist/tools-universal.zip" />