File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 693
693
</exec >
694
694
</target >
695
695
696
+ <target name =" unzip-with-ant-task" depends =" untar-unzip-checksum" unless =" ${ archive_file } _installed" >
697
+ <echo >Unzipping ${ archive_file } into folder ${ dest_folder } </echo >
698
+ <mkdir dir =" ${ dest_folder } " />
699
+ <unzip src =" ${ archive_file } " dest =" ${ dest_folder } " />
700
+ </target >
701
+
696
702
<target name =" linux-dist" depends =" build"
697
703
description =" Build .tar.xz of linux version" >
698
704
772
778
</target >
773
779
774
780
<target name =" download-launch4j-windows" >
775
- <antcall target =" unzip" >
781
+ <antcall target =" unzip-with-ant-task " >
776
782
<param name =" archive_file" value =" windows/launch4j-3.7-win32.zip" />
777
783
<param name =" archive_url" value =" http://switch.dl.sourceforge.net/project/launch4j/launch4j-3/3.7/launch4j-3.7-win32.zip" />
778
784
<param name =" final_folder" value =" windows/launcher/launch4j" />
You can’t perform that action at this time.
0 commit comments