We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9793424 commit f033c14Copy full SHA for f033c14
src/Files.App/Data/Models/CompressArchiveModel.cs
@@ -161,6 +161,8 @@ public async Task<bool> RunCreationAsync()
161
//Use UTF-8 encoding.
162
//References: 7-zip chm --> Command Line Version --> Switches
163
//--> -m --> cu=[off | on].
164
+ if (FileFormat != ArchiveFormats.SevenZip)
165
+ compressor.CustomParameters.Add("cu", "on");
166
167
compressor.Compressing += Compressor_Compressing;
168
compressor.FileCompressionStarted += Compressor_FileCompressionStarted;
0 commit comments