mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
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/loki-messenger*
|