This commit is contained in:
Tino Reichardt
2020-05-27 09:47:09 +02:00
parent 4efe74c2d1
commit a87ef5f0fe

View File

@@ -221,7 +221,7 @@ HRESULT CompressFiles(
params += kIncludeSwitch; params += kIncludeSwitch;
RINOK(CreateMap(names, fileMapping, event, params)); RINOK(CreateMap(names, fileMapping, event, params));
if (!arcType.IsEmpty()) if (!arcType.IsEmpty() && arcType == L"7z")
{ {
int index; int index;
params += kArchiveTypeSwitch; params += kArchiveTypeSwitch;