diff --git a/build/build.ps1 b/build/build.ps1 index c0000f3..b7b893b 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -13,11 +13,11 @@ Write-Host "Current directory: $CURRENT_DIR" $MOUNT_DIR = "${CURRENT_DIR}\..\" Write-Host "Mount directory: $MOUNT_DIR" -Get-ChildItem X:\ - # Map X: to the defined mount directory New-PSDrive -Name "X" -PSProvider FileSystem -Root $MOUNT_DIR +Get-ChildItem X:\ + # Define more variables using the new drive mapping $DOWNLOAD_DIR = "X:\chromium_git" $DEPOT_TOOLS_DIR = "X:\depot_tools"