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

@ -36,6 +36,7 @@ type PanicHandler interface {
type Restarter interface {
SetToRestart()
ForceLauncher(string)
SetMainExecutable(string)
}
type Updater interface {