mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-05 23:14:53 -06:00
Fix #125
This commit is contained in:
@@ -221,7 +221,7 @@ HRESULT CompressFiles(
|
||||
params += kIncludeSwitch;
|
||||
RINOK(CreateMap(names, fileMapping, event, params));
|
||||
|
||||
if (!arcType.IsEmpty())
|
||||
if (!arcType.IsEmpty() && arcType == L"7z")
|
||||
{
|
||||
int index;
|
||||
params += kArchiveTypeSwitch;
|
||||
|
||||
Reference in New Issue
Block a user