remove if condition related to the old versioning scheme

This commit is contained in:
Basile Burg 2019-04-03 21:26:34 +02:00
parent a4d3dbed7f
commit 0be7e09a42
1 changed files with 1 additions and 1 deletions

View File

@ -2015,7 +2015,7 @@ begin
try
url := dat.FindPath('html_url');
tgg := dat.FindPath('tag_name');
if url.isNotNil and tgg.isNotNil and (tgg.AsString <> '3_update_5') then
if url.isNotNil and tgg.isNotNil then
begin
res:= TResourceStream.Create(HINSTANCE, 'VERSION', RT_RCDATA);
lst := TstringList.Create;