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