mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Adding -n (never overwrite option) on unzip.
This commit is contained in:
parent
f6b887cd6e
commit
235321e486
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user