mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001288] Same configuration with sevenzip plugin - different results when compressing the same files in Explorer or doublecmd
This commit is contained in:
parent
3b2271d3c4
commit
98f3daafe7
2 changed files with 2 additions and 1 deletions
|
|
@ -328,6 +328,7 @@ begin
|
|||
if IsEqualGUID(CLSID_CFormat7z, PluginConfig[AFormat].ArchiveCLSID^) then
|
||||
begin
|
||||
AddWideStringProperty('0', MethodName[Method]);
|
||||
AddWideStringProperty('D', IntToStr(PluginConfig[AFormat].Dictionary) + 'B');
|
||||
end;
|
||||
// Parse additional parameters
|
||||
Parameters:= Trim(PluginConfig[AFormat].Parameters);
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<UseVersionInfo Value="True"/>
|
||||
<MajorVersionNr Value="16"/>
|
||||
<MinorVersionNr Value="8"/>
|
||||
<RevisionNr Value="9"/>
|
||||
<RevisionNr Value="24"/>
|
||||
<CharSet Value="04B0"/>
|
||||
<StringTable FileDescription="SevenZip archiver plugin" InternalName="SevenZip" LegalCopyright="Copyright (C) 2014-2016 Alexander Koblov" ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue