use correct cmer root path

This commit is contained in:
David Refoua 2022-10-15 01:44:21 +03:30 committed by GitHub
parent 9f395805e1
commit d7d0f1320b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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