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 f033c14 commit 006627fCopy full SHA for 006627f
src/Files.App/Data/Models/CompressArchiveModel.cs
@@ -161,6 +161,7 @@ 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
+ //See https://github.com/files-community/Files/issues/17257
165
if (FileFormat != ArchiveFormats.SevenZip)
166
compressor.CustomParameters.Add("cu", "on");
167
0 commit comments