File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed
Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 772772 </target >
773773
774774 <target name =" download-launch4j-windows" >
775- <get src =" http://switch.dl.sourceforge.net/project/launch4j/launch4j-3/3.0.2/launch4j-3.0.2-win32.zip" dest =" windows" usetimestamp =" true" skipexisting =" true" verbose =" true" />
776- <unzip dest =" windows/launcher/" src =" windows/launch4j-3.0.2-win32.zip" overwrite =" true" />
775+ <antcall target =" unzip" >
776+ <param name =" archive_file" value =" windows/launch4j-3.7-win32.zip" />
777+ <param name =" archive_url" value =" http://switch.dl.sourceforge.net/project/launch4j/launch4j-3/3.7/launch4j-3.7-win32.zip" />
778+ <param name =" final_folder" value =" windows/launcher/launch4j" />
779+ <param name =" dest_folder" value =" windows/launcher/" />
780+ </antcall >
777781 </target >
778782
779783 <target name =" download-launch4j-linux" >
780- <get src = " http://switch.dl.sourceforge.net/project/launch4j/launch4j-3/3.0.2/launch4j-3.0.2-linux.tgz " dest = " windows " usetimestamp = " true " skipexisting = " true " verbose = " true " / >
781-
782- < exec executable = " tar " dir = " windows/launcher " >
783- <arg value =" -xf " />
784- <arg value =" ../launch4j-3.0.2-linux.tgz " />
785- </exec >
784+ <antcall target = " untar " >
785+ < param name = " archive_file " value = " windows/launch4j-3.7-linux.tgz " />
786+ < param name = " archive_url " value = " http://switch.dl.sourceforge.net/project/launch4j/launch4j-3/3.7/launch4j-3.7-linux.tgz " / >
787+ <param name = " final_folder " value =" windows/launcher/launch4j " />
788+ <param name = " dest_folder " value =" windows/launcher/ " />
789+ </antcall >
786790 </target >
787791
788792 <target name =" windows-build"
844848 <param name =" target.path" value =" windows/work" />
845849 </antcall >
846850
851+ <delete dir =" windows/launcher/launch4j" />
847852 <antcall target =" download-${ launch4j-download-unpack-target-name } " />
848853
849854 <property name =" launch4j.dir" value =" windows/launcher/launch4j/" />
Original file line number Diff line number Diff line change 1+ c9b873b5d011f46bfc840ea5e8adcd518b07cb11
Original file line number Diff line number Diff line change 1+ 7a3862f629b08ee4fc2177cefbbc6a317e034c16
You can’t perform that action at this time.
0 commit comments