Skip to content

Commit 83f9ed7

Browse files
committed
Fix ctags version on Win build
1 parent 1a97ec4 commit 83f9ed7

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
@@ -1006,7 +1006,7 @@
10061006
<copy file="${staging_folder}/arduino-builder-windows/arduino-builder.exe" tofile="windows/work/arduino-builder.exe" />
10071007
<chmod perm="755" file="windows/work/arduino-builder.exe" />
10081008
<move file="${staging_folder}/arduino-builder-windows/tools" tofile="windows/work/tools-builder"/>
1009-
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino10/ctags.exe" />
1009+
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino11/ctags.exe" />
10101010
<copy todir="windows/work/hardware" overwrite="true">
10111011
<fileset dir="${staging_folder}/arduino-builder-windows/hardware" includes="*.txt"/>
10121012
</copy>

0 commit comments

Comments
 (0)