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 ae716a1 commit 9793424Copy full SHA for 9793424
src/Files.App/Data/Models/CompressArchiveModel.cs
@@ -161,7 +161,6 @@ 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
- compressor.CustomParameters.Add("cu", "on");
165
166
compressor.Compressing += Compressor_Compressing;
167
compressor.FileCompressionStarted += Compressor_FileCompressionStarted;
0 commit comments