Update our release scripts to match changes in electron-builder (#1484)
No more win-unpacked/linux-unpacked, so we need to extract downloaded zips into their own folders manually. FREEBIEpull/749/head
parent
2786baf2b5
commit
9040677d3c
@ -1,6 +1,6 @@
|
||||
set -e
|
||||
find release/linux-unpacked -type d | xargs chmod 755
|
||||
find release/linux-unpacked -type f | xargs chmod 644
|
||||
find release/win-unpacked -type d | xargs chmod 755
|
||||
find release/win-unpacked -type f | xargs chmod 644
|
||||
chmod +x release/linux-unpacked/signal-desktop
|
||||
find release/linux -type d | xargs chmod 755
|
||||
find release/linux -type f | xargs chmod 644
|
||||
find release/windows -type d | xargs chmod 755
|
||||
find release/windows -type f | xargs chmod 644
|
||||
chmod +x release/linux/signal-desktop
|
||||
|
Loading…
Reference in New Issue