fix_broken_perms.sh: Restore signal-desktop execute permission

pull/749/head
Scott Nonnenberg 8 years ago
parent bf99c90007
commit 5ecd7060c9
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

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

Loading…
Cancel
Save