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 ffe0850 commit 24d3e1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ Write-Host "Mount directory: $MOUNT_DIR"

Get-ChildItem X:\

# Attempt to remove X: mapping; ignore errors
Remove-PSDrive -Name "X"

# Map X: to the defined mount directory
New-PSDrive -Name "X" -PSProvider FileSystem -Root $MOUNT_DIR

Expand Down

0 comments on commit 24d3e1e

Please sign in to comment.