mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
cb7439743c
commit
5b653c1332
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue