fix_broken_perms.sh: Restore signal-desktop execute permission

This commit is contained in:
Scott Nonnenberg 2017-06-08 10:32:48 -07:00
parent bf99c90007
commit 5ecd7060c9
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -3,3 +3,4 @@ find release/linux-unpacked -type d | xargs chmod 755
find release/linux-unpacked -type f | xargs chmod 644
find release/win-unpacked -type d | xargs chmod 755
find release/win-unpacked -type f | xargs chmod 644
chmod +x release/linux-unpacked/signal-desktop