mirror of https://gitlab.com/basile.b/dexed.git
remove if condition related to the old versioning scheme
This commit is contained in:
parent
a4d3dbed7f
commit
0be7e09a42
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue