File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 813
813
</chmod >
814
814
815
815
<mkdir dir =" ${ staging_folder } /arduino-builder-windows" />
816
- <antcall target =" unzip" >
816
+ <antcall target =" unzip-with-ant-task " >
817
817
<param name =" archive_file" value =" ./arduino-builder-windows-${ ARDUINO-BUILDER-VERSION } .zip" />
818
818
<param name =" archive_url" value =" http://downloads.arduino.cc/tools/arduino-builder-windows-${ ARDUINO-BUILDER-VERSION } .zip" />
819
819
<param name =" final_folder" value =" ${ staging_folder } /arduino-builder-windows/arduino-builder.exe" />
822
822
<copy file =" ${ staging_folder } /arduino-builder-windows/arduino-builder.exe" tofile =" windows/work/arduino-builder.exe" />
823
823
<chmod perm =" 755" file =" windows/work/arduino-builder.exe" />
824
824
<move file =" ${ staging_folder } /arduino-builder-windows/tools" tofile =" windows/work/tools-builder" />
825
+ <chmod perm =" 755" file =" windows/work/tools-builder/ctags/5.8-patched/ctags.exe" />
825
826
<copy todir =" windows/work/hardware" overwrite =" true" >
826
827
<fileset dir =" ${ staging_folder } /arduino-builder-windows/hardware" includes =" *.txt" />
827
828
</copy >
You can’t perform that action at this time.
0 commit comments