Skip to content

Commit 19530ee

Browse files
committed
Fix WPF package version doesn't change after update
1 parent 98b95a2 commit 19530ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CollapseLauncher/Classes/GameManagement/WpfPackage/WpfPackageContext.Methods.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ private async ValueTask<bool> StartUpdateCheckAsyncCore(bool isForce = false)
6767
}
6868

6969
SpawnUpdateFinishedNotification();
70+
CurrentInstalledVersion = CurrentAvailableVersion;
7071
}
7172
catch when (_localCts.Token.IsCancellationRequested)
7273
{

0 commit comments

Comments
 (0)