GODT-1843: Wait for the currently running application on restart even while updating

This commit is contained in:
Romain LE JEUNE
2022-09-05 19:47:06 +02:00
parent 4e47e7ac2a
commit 5ae50047e0
16 changed files with 951 additions and 634 deletions

View File

@ -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).