mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
use lzma2 for 7-zip compression
This commit is contained in:
parent
3b9e591ea0
commit
cc85a32e48
@ -43,7 +43,7 @@ Ensure-Executable "7z"
|
||||
|
||||
$targets = @{
|
||||
"cmder.zip" = $null;
|
||||
"cmder.7z" = "-t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on";
|
||||
"cmder.7z" = "-t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on";
|
||||
"cmder_mini.zip" = "-xr!`"vendor\git-for-windows`"";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user