mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
build.xml: restored -z flag in tar creation
This commit is contained in:
parent
d1714a9fb8
commit
c1cca1fe54
@ -617,6 +617,7 @@
|
||||
<move file="linux/work" tofile="linux/arduino-${version}" />
|
||||
|
||||
<exec executable="tar" dir="linux">
|
||||
<arg value="-z"/>
|
||||
<arg value="-c"/>
|
||||
<arg value="-f"/>
|
||||
<arg value="arduino-${version}-${platform}.tgz"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user