We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbedc2 commit 10fafd7Copy full SHA for 10fafd7
build/build.xml
@@ -835,7 +835,7 @@
835
<copy file="${staging_folder}/arduino-builder-windows/arduino-builder.exe" tofile="windows/work/arduino-builder.exe" />
836
<chmod perm="755" file="windows/work/arduino-builder.exe" />
837
<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" />
+ <chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino1/ctags.exe" />
839
<copy todir="windows/work/hardware" overwrite="true">
840
<fileset dir="${staging_folder}/arduino-builder-windows/hardware" includes="*.txt"/>
841
</copy>
0 commit comments