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 e3177a5 commit c530558Copy full SHA for c530558
build/build.xml
@@ -196,6 +196,10 @@
196
<param name="dest_folder" value="${target.path}/reference/" />
197
</antcall>
198
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
+
203
<!-- Write the revision file! -->
204
<echo file="${target.path}/lib/version.txt" message="${version}" />
205
0 commit comments