remove old unused shell scripts (#4029)
This commit is contained in:
parent
a20c7c3357
commit
87d6a55ce8
2 changed files with 0 additions and 6 deletions
|
@ -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
|
|
@ -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*
|
Loading…
Add table
Reference in a new issue