Change SUID of chrome-sandbox for electron 30 to work on Linux

This commit is contained in:
Ben Gotow 2024-08-19 15:49:35 -05:00
parent 6c3993aa93
commit 3139487675

View file

@ -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