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