fix(windows): early return when download meta data invalid

is invalid or the version is not newer then currently installed
This commit is contained in:
rc-swag 2025-06-11 22:09:48 +10:00
parent 4462be9166
commit 4b2b9c1a84

View file

@ -783,6 +783,7 @@ begin
// Return to Idle state
bucStateContext.RemoveCachedFiles;
ChangeState(IdleState);
Exit;
end;
DownloadResult := DownloadUpdatesBackground;