remove old unused shell scripts (#4029)

This commit is contained in:
Ace Cassidy 2020-03-24 17:28:28 -07:00 committed by GitHub
parent a20c7c3357
commit 87d6a55ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -1,2 +0,0 @@
find release/linux-unpacked -type d -not -perm 755 -o -type f -not -perm 644 | xargs stat
find release/win-unpacked -type d -not -perm 755 -o -type f -not -perm 644 | xargs stat

View file

@ -1,4 +0,0 @@
set -e
find release/linux -type d | xargs chmod 755
find release/linux -type f | xargs chmod 644
chmod +x release/linux/signal-desktop*