Skip to content

Commit c9b89e9

Browse files
author
Federico Fissore
committed
Updateing ctags path in build.xml
1 parent 8e5b355 commit c9b89e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/build.xml

+1-1
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-arduino2/ctags.exe" />
839+
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino4/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)