mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 01:12:11 +08:00 
			
		
		
		
	pack and build all
This commit is contained in:
		| @@ -50,7 +50,7 @@ if ($emulator -eq "windows-terminal") { | ||||
|       "cmder_wt.zip"      = "-mm=Deflate -mfb=128 -mpass=3 -xr!`"vendor\conemu-maximus5`""; | ||||
|       "cmder_wt_mini.zip" = "-xr!`"vendor\git-for-windows`" -xr!`"vendor\conemu-maximus5`""; | ||||
|     } | ||||
| } else if ($emulator -eq "windows-terminal") { | ||||
| } elseif ($emulator -eq "windows-terminal") { | ||||
|     $targets = @{ | ||||
|       "cmder.7z"       = "-t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on -myx=7 -mqs=on -xr!`"vendor\windows-terminal`""; | ||||
|       "cmder.zip"      = "-mm=Deflate -mfb=128 -mpass=3 -xr!`"vendor\windows-terminal`""; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user