4 lines
136 B
Bash
Executable file
4 lines
136 B
Bash
Executable file
set -e
|
|
find release/linux -type d | xargs chmod 755
|
|
find release/linux -type f | xargs chmod 644
|
|
chmod +x release/linux/signal-desktop*
|