Skip to content

Commit

Permalink
Added post-build action chmod for sh-scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
akivela committed Oct 11, 2017
1 parent 9e1f153 commit 9d29091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<copy tofile="dist/readme.txt" overwrite="true">
<file file="other/dist-readme.txt"/>
</copy>
<chmod dir="dist/bin" perm="a+x" includes="**/*.sh"/>
</target>


Expand Down

0 comments on commit 9d29091

Please sign in to comment.