7e328bcacd
* Include about.html in production Electron build * Remove windows from fetch-release task, fix permissions We no longer use the pre-built assets from AppVeyor for our Windows build. * AppVeyor: Remove capture/upload of built assets
4 lines
135 B
Bash
Executable file
4 lines
135 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
|