Skip to content

Commit 006627f

Browse files
Added comment
Added comment to link to GitHub issue Fixes #17257
1 parent f033c14 commit 006627f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +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
164165
if (FileFormat != ArchiveFormats.SevenZip)
165166
compressor.CustomParameters.Add("cu", "on");
166167

0 commit comments

Comments
 (0)