mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 12:44:30 +08:00
Change SUID of chrome-sandbox for electron 30 to work on Linux
This commit is contained in:
parent
3139487675
commit
8a8ddf4bc6
2 changed files with 7 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
# the debian-policy package
|
||||
|
||||
# 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
|
||||
configure)
|
||||
|
|
|
@ -2086,6 +2086,9 @@
|
|||
],
|
||||
"enable_steps": []
|
||||
},
|
||||
"gmx": {
|
||||
"alias": "gmx.com"
|
||||
},
|
||||
"gmx.at": {
|
||||
"alias": "gmx.net"
|
||||
},
|
||||
|
@ -4432,6 +4435,9 @@
|
|||
"outlook.co.th": {
|
||||
"alias": "hotmail.com"
|
||||
},
|
||||
"outlook": {
|
||||
"alias": "hotmail.com"
|
||||
},
|
||||
"outlook.com": {
|
||||
"alias": "hotmail.com"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue