mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 01:53:13 +08:00
Change SUID of chrome-sandbox for electron 30 to work on Linux
This commit is contained in:
parent
6c3993aa93
commit
3139487675
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
# for details, see http://www.debian.org/doc/debian-policy/ or
|
||||
# the debian-policy package
|
||||
|
||||
# https://github.com/electron/electron/issues/42510
|
||||
chmod 4755 '/opt/Mailspring/chrome-sandbox' || true
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
gtk-update-icon-cache /usr/share/icons/hicolor > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in a new issue