Skip to content

Commit a13cbcf

Browse files
committed
Merge branch 'permission_fix' of https://github.com/NicoHood/Arduino
2 parents e9439c2 + c530558 commit a13cbcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/build.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@
196196
<param name="dest_folder" value="${target.path}/reference/" />
197197
</antcall>
198198

199+
<!-- Fix wrong permissions from zip file root folder -->
200+
<chmod perm="755" dir="${target.path}/reference/Galileo_help_files" />
201+
<chmod perm="755" dir="${target.path}/reference/Edison_help_files" />
202+
199203
<!-- Write the revision file! -->
200204
<echo file="${target.path}/lib/version.txt" message="${version}" />
201205

0 commit comments

Comments
 (0)