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 24f2695 commit 09880f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Write-Host "Mount directory: $MOUNT_DIR"
Invoke-Expression "subst X: /D" -ErrorAction SilentlyContinue
Invoke-Expression "subst X: $MOUNT_DIR" -ErrorAction SilentlyContinue

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 09880f4

Please sign in to comment.