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

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