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 693693 </exec >
694694 </target >
695695
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+
696702 <target name =" linux-dist" depends =" build"
697703 description =" Build .tar.xz of linux version" >
698704
772778 </target >
773779
774780 <target name =" download-launch4j-windows" >
775- <antcall target =" unzip" >
781+ <antcall target =" unzip-with-ant-task " >
776782 <param name =" archive_file" value =" windows/launch4j-3.7-win32.zip" />
777783 <param name =" archive_url" value =" http://switch.dl.sourceforge.net/project/launch4j/launch4j-3/3.7/launch4j-3.7-win32.zip" />
778784 <param name =" final_folder" value =" windows/launcher/launch4j" />
You can’t perform that action at this time.
0 commit comments