Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 8, 2024
1 parent 4601c08 commit 89fe1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LightBulb/Services/UpdateService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void FinalizePendingUpdates()
return;

_updateManager.LaunchUpdater(lastPreparedUpdate);

if (Application.Current?.ApplicationLifetime?.TryShutdown(2) != true)
Environment.Exit(2);
}
Expand Down

0 comments on commit 89fe1d2

Please sign in to comment.