Skip to content

Commit 9793424

Browse files
Update 7zip compression parameters for 7z archive
- Remove "cu" custom parameter Fixes #17257
1 parent ae716a1 commit 9793424

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ 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-
compressor.CustomParameters.Add("cu", "on");
165164

166165
compressor.Compressing += Compressor_Compressing;
167166
compressor.FileCompressionStarted += Compressor_FileCompressionStarted;

0 commit comments

Comments
 (0)