We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c2fa0 commit 5be20a0Copy full SHA for 5be20a0
powershell/build.ps1 renamed to powershell/build-win64.ps1
@@ -15,4 +15,4 @@ Copy-Item -Path "$PSScriptRoot/downgrades" -Destination $powershellFolder -Recur
15
$qlLibFolder = Join-Path -Path "$PSScriptRoot/ql" -ChildPath "lib"
16
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme") -Destination $powershellFolder -Force
17
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme.stats") -Destination $powershellFolder -Force
18
-Copy-Item -Path "$PSScriptRoot/tools" -Destination $powershellFolder -Recurse -Force
+Copy-Item -Path "$PSScriptRoot/tools" -Destination $powershellFolder -Recurse -Force
0 commit comments