mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-22 07:37:40 +00:00
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:
parent
4462be9166
commit
4b2b9c1a84
1 changed files with 1 additions and 0 deletions
|
|
@ -783,6 +783,7 @@ begin
|
|||
// Return to Idle state
|
||||
bucStateContext.RemoveCachedFiles;
|
||||
ChangeState(IdleState);
|
||||
Exit;
|
||||
end;
|
||||
|
||||
DownloadResult := DownloadUpdatesBackground;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue