mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-07 01:54:26 +01:00
Merge branch 'permission_fix' of https://github.com/NicoHood/Arduino
This commit is contained in:
commit
a13cbcfc1c
@ -196,6 +196,10 @@
|
|||||||
<param name="dest_folder" value="${target.path}/reference/" />
|
<param name="dest_folder" value="${target.path}/reference/" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
|
<!-- Fix wrong permissions from zip file root folder -->
|
||||||
|
<chmod perm="755" dir="${target.path}/reference/Galileo_help_files" />
|
||||||
|
<chmod perm="755" dir="${target.path}/reference/Edison_help_files" />
|
||||||
|
|
||||||
<!-- Write the revision file! -->
|
<!-- Write the revision file! -->
|
||||||
<echo file="${target.path}/lib/version.txt" message="${version}" />
|
<echo file="${target.path}/lib/version.txt" message="${version}" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user