mirror of
https://github.com/cmderdev/cmder.git
synced 2025-03-13 14:14:37 +08:00
Fix build.ps1 on some systems
This commit is contained in:
parent
d36e61a6fc
commit
aaafd37a4d
@ -61,7 +61,7 @@ Param(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Get the scripts and cmder root dirs we are building in.
|
# Get the scripts and cmder root dirs we are building in.
|
||||||
$cmder_root = Resolve-Path "$PSScriptRoot\.."
|
$cmder_root = (Resolve-Path "$PSScriptRoot\..").toString()
|
||||||
|
|
||||||
# Dot source util functions into this scope
|
# Dot source util functions into this scope
|
||||||
. "$PSScriptRoot\utils.ps1"
|
. "$PSScriptRoot\utils.ps1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user