mirror of
https://github.com/cmderdev/cmder.git
synced 2025-07-08 06:39:02 +08:00
Merge remote-tracking branch 'origin/fix_build' into vagrant+packer
This commit is contained in:
@ -64,7 +64,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"
|
||||||
|
Reference in New Issue
Block a user