mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-07 05:04:58 +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
|
# 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)
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue