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
1 changed files with 1 additions and 0 deletions

View File

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