mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Mac: do not restart after crash
When the crash is due to a library load failure while starting, having this turned on would result in an endless loop of crash-restarts. Fixes: #9800 Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
1f046ccd5e
commit
74c7487314
@ -131,7 +131,7 @@ static Result<void, QString> writeNewPlistFile(NSString *plistFile, NSString *fu
|
||||
NSDictionary *plistTemplate = @{
|
||||
@"Label" : QCoreApplication::organizationDomain().toNSString(),
|
||||
@"KeepAlive" : @ {
|
||||
@"Crashed" : @YES,
|
||||
@"Crashed" : @NO,
|
||||
@"SuccessfulExit" : @NO
|
||||
},
|
||||
@"Program" : fullPath,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user