From 961e1416aa8e937aed91c69eedaa685743bbd042 Mon Sep 17 00:00:00 2001 From: prikolium-cfx <165383443+prikolium-cfx@users.noreply.github.com> Date: Wed, 1 May 2024 10:59:20 +0200 Subject: [PATCH] Update build.ps1 --- build/build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.ps1 b/build/build.ps1 index c0000f3..b7b893b 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -13,11 +13,11 @@ Write-Host "Current directory: $CURRENT_DIR" $MOUNT_DIR = "${CURRENT_DIR}\..\" Write-Host "Mount directory: $MOUNT_DIR" -Get-ChildItem X:\ - # Map X: to the defined mount directory New-PSDrive -Name "X" -PSProvider FileSystem -Root $MOUNT_DIR +Get-ChildItem X:\ + # Define more variables using the new drive mapping $DOWNLOAD_DIR = "X:\chromium_git" $DEPOT_TOOLS_DIR = "X:\depot_tools"