FIX: Display target archive name when "put in the TAR archive first" option enabled

(cherry picked from commit b0912aa7e3)
This commit is contained in:
Alexander Koblov 2026-02-26 21:37:27 +03:00
commit 43d2ece51b

View file

@ -717,6 +717,7 @@ begin
// Update progress
with Statistics do
begin
CurrentFileTo:= FArchiveFileName;
TotalBytes:= TotalBytes * Divider;
UpdateStatistics(Statistics);
end;