Fix build.ps1 on some systems

This commit is contained in:
Dax T. Games 2024-05-31 13:44:06 -04:00
parent d36e61a6fc
commit aaafd37a4d

View File

@ -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"