Skip to content

Commit 92f757c

Browse files
committed
add restart notes
1 parent 0707ae3 commit 92f757c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ public void RestartApp()
6161
// which will cause ungraceful exit
6262
SaveAppAllSettings();
6363

64+
// Restart requires Squirrel's Update.exe to be present in the parent folder,
65+
// it is only published from the project's release pipeline. When debugging without it,
66+
// the project may not restart or just terminates. This is expected.
6467
UpdateManager.RestartApp(Constant.ApplicationFileName);
6568
}
6669

0 commit comments

Comments
 (0)