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
74da0c6ae4
commit
f3c61ec6f0
1 changed files with 1 additions and 0 deletions
|
|
@ -776,6 +776,7 @@ begin
|
|||
// Return to Idle state
|
||||
bucStateContext.RemoveCachedFiles;
|
||||
ChangeState(IdleState);
|
||||
Exit;
|
||||
end;
|
||||
|
||||
DownloadResult := DownloadUpdatesBackground;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue