Skip to content

Commit 1942394

Browse files
author
Federico Fissore
committed
Windows: fixing permissions problems
1 parent c6a40d6 commit 1942394

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
</chmod>
814814

815815
<mkdir dir="${staging_folder}/arduino-builder-windows"/>
816-
<antcall target="unzip">
816+
<antcall target="unzip-with-ant-task">
817817
<param name="archive_file" value="./arduino-builder-windows-${ARDUINO-BUILDER-VERSION}.zip" />
818818
<param name="archive_url" value="http://downloads.arduino.cc/tools/arduino-builder-windows-${ARDUINO-BUILDER-VERSION}.zip" />
819819
<param name="final_folder" value="${staging_folder}/arduino-builder-windows/arduino-builder.exe" />
@@ -822,6 +822,7 @@
822822
<copy file="${staging_folder}/arduino-builder-windows/arduino-builder.exe" tofile="windows/work/arduino-builder.exe" />
823823
<chmod perm="755" file="windows/work/arduino-builder.exe" />
824824
<move file="${staging_folder}/arduino-builder-windows/tools" tofile="windows/work/tools-builder"/>
825+
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-patched/ctags.exe" />
825826
<copy todir="windows/work/hardware" overwrite="true">
826827
<fileset dir="${staging_folder}/arduino-builder-windows/hardware" includes="*.txt"/>
827828
</copy>

0 commit comments

Comments
 (0)