Skip to content

Commit 9159819

Browse files
Updated comment
Updated comment with description of GitHub issue Fixes #17257
1 parent 006627f commit 9159819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Data/Models/CompressArchiveModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public async Task<bool> RunCreationAsync()
161161
//Use UTF-8 encoding.
162162
//References: 7-zip chm --> Command Line Version --> Switches
163163
//--> -m --> cu=[off | on].
164-
//See https://github.com/files-community/Files/issues/17257
164+
//Don't add "cu" parameter for 7zip files, see https://github.com/files-community/Files/issues/17257
165165
if (FileFormat != ArchiveFormats.SevenZip)
166166
compressor.CustomParameters.Add("cu", "on");
167167

0 commit comments

Comments
 (0)