From 5be20a0d1020f9d78fd200aaef8ecbbe548481d6 Mon Sep 17 00:00:00 2001 From: dilanbhalla <35575727+dilanbhalla@users.noreply.github.com> Date: Thu, 15 May 2025 11:52:25 -0700 Subject: [PATCH] Rename build.ps1 to build-win64.ps1 --- powershell/{build.ps1 => build-win64.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename powershell/{build.ps1 => build-win64.ps1} (97%) diff --git a/powershell/build.ps1 b/powershell/build-win64.ps1 similarity index 97% rename from powershell/build.ps1 rename to powershell/build-win64.ps1 index 4c955958faa..bd123b938fd 100644 --- a/powershell/build.ps1 +++ b/powershell/build-win64.ps1 @@ -15,4 +15,4 @@ Copy-Item -Path "$PSScriptRoot/downgrades" -Destination $powershellFolder -Recur $qlLibFolder = Join-Path -Path "$PSScriptRoot/ql" -ChildPath "lib" Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme") -Destination $powershellFolder -Force Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme.stats") -Destination $powershellFolder -Force -Copy-Item -Path "$PSScriptRoot/tools" -Destination $powershellFolder -Recurse -Force \ No newline at end of file +Copy-Item -Path "$PSScriptRoot/tools" -Destination $powershellFolder -Recurse -Force