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

This commit is contained in:
Ben Gotow 2024-08-30 12:35:12 -05:00
parent 3139487675
commit 8a8ddf4bc6
2 changed files with 7 additions and 1 deletions

View file

@ -16,7 +16,7 @@
# the debian-policy package # the debian-policy package
# https://github.com/electron/electron/issues/42510 # https://github.com/electron/electron/issues/42510
chmod 4755 '/opt/Mailspring/chrome-sandbox' || true chmod 4755 '/usr/share/mailspring/chrome-sandbox' || true
case "$1" in case "$1" in
configure) configure)

View file

@ -2086,6 +2086,9 @@
], ],
"enable_steps": [] "enable_steps": []
}, },
"gmx": {
"alias": "gmx.com"
},
"gmx.at": { "gmx.at": {
"alias": "gmx.net" "alias": "gmx.net"
}, },
@ -4432,6 +4435,9 @@
"outlook.co.th": { "outlook.co.th": {
"alias": "hotmail.com" "alias": "hotmail.com"
}, },
"outlook": {
"alias": "hotmail.com"
},
"outlook.com": { "outlook.com": {
"alias": "hotmail.com" "alias": "hotmail.com"
}, },