mirror of
https://github.com/cmderdev/cmder.git
synced 2025-07-06 20:49:02 +08:00
Fix build.ps1 on some systems
This commit is contained in:
@ -61,7 +61,7 @@ Param(
|
||||
)
|
||||
|
||||
# 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
|
||||
. "$PSScriptRoot\utils.ps1"
|
||||
|
Reference in New Issue
Block a user