File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 899
899
<echo >Untarring ${ archive_file } into folder ${ dest_folder } </echo >
900
900
<untar src =" ${ archive_file } " dest =" ${ dest_folder } " compression =" bzip2" />
901
901
</target >
902
+ <target name =" untar-gzip" depends =" untar-unzip-checksum" unless =" ${ archive_file } _installed" >
903
+ <echo >Untarring ${ archive_file } into folder ${ dest_folder } </echo >
904
+ <untar src =" ${ archive_file } " dest =" ${ dest_folder } " compression =" gzip" />
905
+ </target >
902
906
903
907
<target name =" unzip" depends =" untar-unzip-checksum" unless =" ${ archive_file } _installed" >
904
908
<echo >Unzipping ${ archive_file } into folder ${ dest_folder } </echo >
989
993
</target >
990
994
991
995
<target name =" download-launch4j-linux" >
992
- <antcall target =" untar" >
996
+ <antcall target =" untar-gzip " >
993
997
<param name =" archive_file" value =" windows/launch4j-3.9-linux.tgz" />
994
998
<param name =" archive_url" value =" https://downloads.arduino.cc/tools/launch4j-3.9-linux.tgz" />
995
999
<param name =" final_folder" value =" windows/launcher/launch4j" />
996
1000
<param name =" dest_folder" value =" windows/launcher/" />
997
1001
</antcall >
1002
+ <antcall target =" make-file-executable" >
1003
+ <param name =" file" value =" windows/launcher/launch4j/bin/*" />
1004
+ </antcall >
998
1005
</target >
999
1006
1000
1007
<target name =" windows-build"
You can’t perform that action at this time.
0 commit comments