Skip to content

Commit 10fafd7

Browse files
author
Federico Fissore
committed
Windows: fixed ctags path
1 parent 7fbedc2 commit 10fafd7

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
@@ -835,7 +835,7 @@
835835
<copy file="${staging_folder}/arduino-builder-windows/arduino-builder.exe" tofile="windows/work/arduino-builder.exe" />
836836
<chmod perm="755" file="windows/work/arduino-builder.exe" />
837837
<move file="${staging_folder}/arduino-builder-windows/tools" tofile="windows/work/tools-builder"/>
838-
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-patched/ctags.exe" />
838+
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino1/ctags.exe" />
839839
<copy todir="windows/work/hardware" overwrite="true">
840840
<fileset dir="${staging_folder}/arduino-builder-windows/hardware" includes="*.txt"/>
841841
</copy>

0 commit comments

Comments
 (0)