Skip to content

Commit 961e141

Browse files
Update build.ps1
1 parent 24d3e1e commit 961e141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Write-Host "Current directory: $CURRENT_DIR"
1313
$MOUNT_DIR = "${CURRENT_DIR}\..\"
1414
Write-Host "Mount directory: $MOUNT_DIR"
1515

16-
Get-ChildItem X:\
17-
1816
# Map X: to the defined mount directory
1917
New-PSDrive -Name "X" -PSProvider FileSystem -Root $MOUNT_DIR
2018

19+
Get-ChildItem X:\
20+
2121
# Define more variables using the new drive mapping
2222
$DOWNLOAD_DIR = "X:\chromium_git"
2323
$DEPOT_TOOLS_DIR = "X:\depot_tools"

0 commit comments

Comments
 (0)