improve 7-zip compression efficiency

This commit is contained in:
David Refoua 2022-10-15 04:11:43 +03:30
parent adcef21034
commit 3b9e591ea0

View File

@ -43,7 +43,7 @@ Ensure-Executable "7z"
$targets = @{
"cmder.zip" = $null;
"cmder.7z" = $null;
"cmder.7z" = "-t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on";
"cmder_mini.zip" = "-xr!`"vendor\git-for-windows`"";
}