File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Files.App/Data/Models Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ public async Task<bool> RunCreationAsync()
158
158
} ;
159
159
160
160
compressor . CustomParameters . Add ( "mt" , CPUThreads . ToString ( ) ) ;
161
- //Use UTF-8 encoding.
162
- //References: 7-zip chm --> Command Line Version --> Switches
163
- //--> -m --> cu=[off | on].
164
- //Don't add "cu" parameter for 7zip files, see https://github.com/files-community/Files/issues/17257
161
+ // Use UTF-8 encoding.
162
+ // References: 7-zip chm --> Command Line Version --> Switches
163
+ // --> -m --> cu=[off | on].
164
+ // Don't add "cu" parameter for 7zip files, see https://github.com/files-community/Files/issues/17257
165
165
if ( FileFormat != ArchiveFormats . SevenZip )
166
166
compressor . CustomParameters . Add ( "cu" , "on" ) ;
167
167
You can’t perform that action at this time.
0 commit comments