mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
5 lines
136 B
Bash
Executable File
5 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*
|