Skip to content

Commit 2f53a79

Browse files
committed
Revert "Fix environment exit"
This reverts commit 5d16216.
1 parent 0def881 commit 2f53a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Configuration/Portable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void PreStartCleanUpAfterPortabilityUpdate()
159159
{
160160
FilesFolders.OpenPath(Constant.RootDirectory, (s) => API.ShowMsgBox(s));
161161

162-
Application.Current.Shutdown();
162+
Environment.Exit(0);
163163
}
164164
}
165165
// Otherwise, if the portable data folder is marked for deletion,

0 commit comments

Comments
 (0)