Merge pull request #6558 from herrold/master

XFCE's Launcher wants the .desktop file to be +x as well
This commit is contained in:
Martino Facchin 2017-08-01 11:43:55 +02:00 committed by GitHub
commit 4d675d126e
1 changed files with 1 additions and 0 deletions

View File

@ -639,6 +639,7 @@
<chmod perm="ugo+x">
<fileset dir="linux/work" includes="arduino" />
<fileset dir="linux/work" includes="**/*.sh" />
<fileset dir="linux/work/lib" includes="**/*desktop*" />
</chmod>
</target>