Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx authored May 1, 2024
1 parent 24d3e1e commit 961e141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 961e141

Please sign in to comment.