mirror of
https://github.com/dazedcat19/FMD2.git
synced 2024-11-26 21:31:20 +00:00
Update CheckUpdate.pas
This commit is contained in:
parent
bd93ab2be7
commit
4391294cc5
@ -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', '');
|
||||
|
Loading…
Reference in New Issue
Block a user