ADD: Zip - .tzst extension

(cherry picked from commit 13bd3ce79b)
This commit is contained in:
Alexander Koblov 2023-02-28 21:46:17 +03:00
commit 5b653c1332

View file

@ -551,7 +551,9 @@ begin
else if (Ext = '.TLZ') then
Result := atLzmaTar
else if (Ext = '.ZST') then
Result := atZstd;
Result := atZstd
else if (Ext = '.TZST') then
Result := atZstdTar;
end;
{$IF NOT DEFINED(ExtractCabSupport)}
if Result = atCab then