Skip to content

Commit 6d03d26

Browse files
author
Federico Fissore
committed
Windows: forgot to update ctags part of build.xml
1 parent 36b2818 commit 6d03d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@
836836
<copy file="${staging_folder}/arduino-builder-windows/arduino-builder.exe" tofile="windows/work/arduino-builder.exe" />
837837
<chmod perm="755" file="windows/work/arduino-builder.exe" />
838838
<move file="${staging_folder}/arduino-builder-windows/tools" tofile="windows/work/tools-builder"/>
839-
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino4/ctags.exe" />
839+
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino5/ctags.exe" />
840840
<copy todir="windows/work/hardware" overwrite="true">
841841
<fileset dir="${staging_folder}/arduino-builder-windows/hardware" includes="*.txt"/>
842842
</copy>

0 commit comments

Comments
 (0)