File tree 2 files changed +7
-13
lines changed
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 888
888
<target name =" windows-dist" depends =" windows-build"
889
889
description =" Create .zip files of windows version" >
890
890
891
- <get src =" http://arduino.cc/download.php?f=/jre_7u40_windows_i586.zip" dest =" windows/jre.zip" usetimestamp =" true" skipexisting =" true" />
892
-
893
- <unzip dest =" windows/work" src =" windows/jre.zip" overwrite =" false" />
894
-
895
- <!--
896
- <zip basedir="windows/work"
897
- prefix="arduino-${version}"
898
- destfile="windows/arduino-${version}.zip" />
899
- <zip basedir="windows/work"
900
- prefix="arduino-${version}"
901
- destfile="windows/arduino-${version}-expert.zip"
902
- excludes="java/**" />
903
- -->
891
+ <antcall target =" unzip" >
892
+ <param name =" archive_file" value =" windows/jre-8u31.zip" />
893
+ <param name =" archive_url" value =" http://arduino.cc/download.php?f=/jre-8u31.zip" />
894
+ <param name =" final_folder" value =" ${ staging_folder } /work/java" />
895
+ <param name =" dest_folder" value =" ${ staging_folder } /work/" />
896
+ </antcall >
904
897
905
898
<zip destfile =" windows/arduino-${ version } -${ platform } .zip" level =" 9" >
906
899
<zipfileset dir =" windows/work"
Original file line number Diff line number Diff line change
1
+ 17bf4f25babaf70bdb68fd3464be163eb769c074
You can’t perform that action at this time.
0 commit comments