We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d3e1e commit 961e141Copy full SHA for 961e141
build/build.ps1
@@ -13,11 +13,11 @@ Write-Host "Current directory: $CURRENT_DIR"
13
$MOUNT_DIR = "${CURRENT_DIR}\..\"
14
Write-Host "Mount directory: $MOUNT_DIR"
15
16
-Get-ChildItem X:\
17
-
18
# Map X: to the defined mount directory
19
New-PSDrive -Name "X" -PSProvider FileSystem -Root $MOUNT_DIR
20
+Get-ChildItem X:\
+
21
# Define more variables using the new drive mapping
22
$DOWNLOAD_DIR = "X:\chromium_git"
23
$DEPOT_TOOLS_DIR = "X:\depot_tools"
0 commit comments