mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 01:12:11 +08:00 
			
		
		
		
	use correct cmer root path
This commit is contained in:
		| @@ -47,8 +47,8 @@ $targets = @{ | ||||
|     "cmder_mini.zip" = "-x!`"vendor\git-for-windows`""; | ||||
| } | ||||
|  | ||||
| Delete-Existing "..\Version*" | ||||
| Delete-Existing "..\build\*" | ||||
| Delete-Existing "$cmderRoot\Version*" | ||||
| Delete-Existing "$cmderRoot\build\*" | ||||
|  | ||||
| If(-not (Test-Path -PathType container $saveTo)) { | ||||
|     (New-Item -ItemType Directory -Path $saveTo) | Out-Null | ||||
|   | ||||
		Reference in New Issue
	
	Block a user