FIX: Zip - save Unix file attributes (fixes #424)

This commit is contained in:
Alexander Koblov 2022-05-03 12:08:01 +03:00
commit 9624ce1218

View file

@ -1709,6 +1709,7 @@ begin
FItemInfo.FileName := AnsiName;
{$ENDIF}
{$IFDEF UNIX}
HostOS := hosUnix;
FItemInfo.FileName := Value;
FItemInfo.IsUTF8 := SystemEncodingUtf8;
{$ENDIF}
@ -2462,7 +2463,3 @@ begin
end;
end.