File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 588
588
</target >
589
589
590
590
<target name =" linux-dist" depends =" build"
591
- description =" Build .tar.gz of linux version" >
591
+ description =" Build .tar.xz of linux version" >
592
592
593
593
<!-- get src="http://dev.processing.org/build/jre-tools-6u18-linux-i586.tgz"
594
594
dest="linux/jre.tgz"
617
617
<move file =" linux/work" tofile =" linux/arduino-${ version } " />
618
618
619
619
<exec executable =" tar" dir =" linux" >
620
- <arg value =" -z " />
620
+ <arg value =" --lzma " />
621
621
<arg value =" -c" />
622
622
<arg value =" -f" />
623
- <arg value =" arduino-${ version } -${ platform } .tgz " />
623
+ <arg value =" arduino-${ version } -${ platform } .tar.xz " />
624
624
<arg value =" arduino-${ version } " />
625
625
</exec >
626
626
630
630
=======================================================
631
631
Arduino for Linux was built. Grab the archive from
632
632
633
- build/linux/arduino-${ version } -${ platform } .tgz
633
+ build/linux/arduino-${ version } -${ platform } .tar.xz
634
634
=======================================================
635
635
</echo >
636
636
</target >
637
637
638
638
<target name =" linux32-dist" depends =" linux-dist"
639
- description =" Build .tar.gz of linux version" />
639
+ description =" Build .tar.xz of linux version" />
640
640
641
641
<target name =" linux64-dist" depends =" linux-dist"
642
- description =" Build .tar.gz of linux version" />
642
+ description =" Build .tar.xz of linux version" />
643
643
644
644
<!-- - - - - - - - -->
645
645
<!-- Windows -->
You can’t perform that action at this time.
0 commit comments