Update CheckUpdate.pas

This commit is contained in:
dazedcat19 2020-04-26 16:55:39 +08:00
parent bd93ab2be7
commit 4391294cc5

View File

@ -110,7 +110,6 @@ begin
Synchronize(@SyncStartUpdate);
if not Terminated and FHTTP.Get(UPDATE_URL) then
begin
FHTTP.Document.LoadFromFile('latest_version.json');
with TJSONIniFile.Create(FHTTP.Document, []) do
try
FNewVersionString := ReadString(fmd_target, 'version', '');