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 99159ff commit d4ec45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $CURRENT_DIR = Split-Path -Parent $MyInvocation.MyCommand.Path
Write-Host "Current directory: $CURRENT_DIR"

# Define the directory to be mounted
$MOUNT_DIR = "${CURRENT_DIR}\..\"
$MOUNT_DIR = Split-Path -Path $CURRENT_DIR -Parent
Write-Host "Mount directory: $MOUNT_DIR"

Remove-PSDrive -Name "X" -ErrorAction SilentlyContinue
Expand Down

0 comments on commit d4ec45f

Please sign in to comment.