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 961e141 commit 99159ff
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,8 +13,8 @@ Write-Host "Current directory: $CURRENT_DIR"
$MOUNT_DIR = "${CURRENT_DIR}\..\"
Write-Host "Mount directory: $MOUNT_DIR"

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

Get-ChildItem X:\

Expand Down

0 comments on commit 99159ff

Please sign in to comment.