Skip to content

Commit 19a9e4d

Browse files
committed
Fixed upgrade to ctags in build.xml (oops..)
1 parent f0bb008 commit 19a9e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@
885885
<copy file="${staging_folder}/arduino-builder-windows/arduino-builder.exe" tofile="windows/work/arduino-builder.exe" />
886886
<chmod perm="755" file="windows/work/arduino-builder.exe" />
887887
<move file="${staging_folder}/arduino-builder-windows/tools" tofile="windows/work/tools-builder"/>
888-
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino5/ctags.exe" />
888+
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino6/ctags.exe" />
889889
<copy todir="windows/work/hardware" overwrite="true">
890890
<fileset dir="${staging_folder}/arduino-builder-windows/hardware" includes="*.txt"/>
891891
</copy>

0 commit comments

Comments
 (0)