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 f263df3 commit 30ca063
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 = "${CURRENT_DIR}\..\"
Write-Host "Mount directory: $MOUNT_DIR"

# Attempt to remove X: mapping; ignore errors
Expand Down

0 comments on commit 30ca063

Please sign in to comment.