mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-22 18:16:43 +00:00
GODT-1843: Wait for the currently running application on restart even while updating
This commit is contained in:
@ -42,7 +42,7 @@ func (b *Base) restartApp(crash bool) error {
|
||||
args = forceLauncherFlag(args, b.launcher)
|
||||
}
|
||||
|
||||
args = append(args, "--wait")
|
||||
args = append(args, "--wait", b.mainExecutable)
|
||||
|
||||
logrus.
|
||||
WithField("command", b.command).
|
||||
|
||||
Reference in New Issue
Block a user