mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 19:32:13 +08:00 
			
		
		
		
	changes to zip compression parameters
This commit is contained in:
		@@ -42,9 +42,9 @@ $ErrorActionPreference = "Stop"
 | 
				
			|||||||
Ensure-Executable "7z"
 | 
					Ensure-Executable "7z"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$targets = @{
 | 
					$targets = @{
 | 
				
			||||||
    "cmder.zip" = $null;
 | 
					 | 
				
			||||||
    "cmder.7z" = "-t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on";
 | 
					    "cmder.7z" = "-t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on";
 | 
				
			||||||
    "cmder_mini.zip" = "-mm=Deflate -mfb=258 -mpass=15 -xr!`"vendor\git-for-windows`"";
 | 
					    "cmder.zip" = "-mm=Deflate -mfb=258 -mpass=15";
 | 
				
			||||||
 | 
					    "cmder_mini.zip" = "-xr!`"vendor\git-for-windows`"";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Push-Location -Path $cmderRoot
 | 
					Push-Location -Path $cmderRoot
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user