mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-05 13:16:13 +03:00
build.xml: restored -z flag in tar creation
This commit is contained in:
@@ -617,6 +617,7 @@
|
|||||||
<move file="linux/work" tofile="linux/arduino-${version}" />
|
<move file="linux/work" tofile="linux/arduino-${version}" />
|
||||||
|
|
||||||
<exec executable="tar" dir="linux">
|
<exec executable="tar" dir="linux">
|
||||||
|
<arg value="-z"/>
|
||||||
<arg value="-c"/>
|
<arg value="-c"/>
|
||||||
<arg value="-f"/>
|
<arg value="-f"/>
|
||||||
<arg value="arduino-${version}-${platform}.tgz"/>
|
<arg value="arduino-${version}-${platform}.tgz"/>
|
||||||
|
Reference in New Issue
Block a user