We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0707ae3 commit 92f757cCopy full SHA for 92f757c
Flow.Launcher/PublicAPIInstance.cs
@@ -61,6 +61,9 @@ public void RestartApp()
61
// which will cause ungraceful exit
62
SaveAppAllSettings();
63
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.
67
UpdateManager.RestartApp(Constant.ApplicationFileName);
68
}
69
0 commit comments