mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
another attempt for tar
This commit is contained in:
@@ -326,10 +326,14 @@
|
||||
src="linux/jre.tgz"
|
||||
overwrite="false"/>
|
||||
|
||||
<!--
|
||||
<tar compression="gzip" basedir="linux/work"
|
||||
prefix="processing-${version}"
|
||||
destfile="linux/processing-${version}.tgz" />
|
||||
|
||||
-->
|
||||
<tar compression="gzip" destfile="linux/processing-${version}.tgz">
|
||||
<tarfileset dir="linux/work" prefix="processing-${version}" />
|
||||
</tar>
|
||||
|
||||
<echo>
|
||||
=======================================================
|
||||
Processing for Linux was built. Grab the archive from
|
||||
|
||||
Reference in New Issue
Block a user