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