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 74da0c6ae4
commit f3c61ec6f0

View file

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