mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-14 13:47:50 +08:00
use absolute path for default cmder root dir
This commit is contained in:
@ -29,10 +29,10 @@ Param(
|
||||
# -whatif switch to not actually make changes
|
||||
|
||||
# Path to the vendor configuration source file
|
||||
[string]$cmderRoot = "..",
|
||||
[string]$cmderRoot = "$PSScriptRoot\..",
|
||||
|
||||
# Vendor folder locaton
|
||||
[string]$saveTo = "..\build"
|
||||
[string]$saveTo = "$PSScriptRoot\..\build"
|
||||
)
|
||||
|
||||
. "$PSScriptRoot\utils.ps1"
|
||||
|
Reference in New Issue
Block a user