mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-13 13:17:55 +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`"";
|
"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
|
||||||
|
Reference in New Issue
Block a user