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
|
try
|
||||||
url := dat.FindPath('html_url');
|
url := dat.FindPath('html_url');
|
||||||
tgg := dat.FindPath('tag_name');
|
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
|
begin
|
||||||
res:= TResourceStream.Create(HINSTANCE, 'VERSION', RT_RCDATA);
|
res:= TResourceStream.Create(HINSTANCE, 'VERSION', RT_RCDATA);
|
||||||
lst := TstringList.Create;
|
lst := TstringList.Create;
|
||||||
|
|
Loading…
Reference in New Issue