Skip to content

Commit 5be20a0

Browse files
authored
Rename build.ps1 to build-win64.ps1
1 parent d1c2fa0 commit 5be20a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell/build.ps1 renamed to powershell/build-win64.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Copy-Item -Path "$PSScriptRoot/downgrades" -Destination $powershellFolder -Recur
1515
$qlLibFolder = Join-Path -Path "$PSScriptRoot/ql" -ChildPath "lib"
1616
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme") -Destination $powershellFolder -Force
1717
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme.stats") -Destination $powershellFolder -Force
18-
Copy-Item -Path "$PSScriptRoot/tools" -Destination $powershellFolder -Recurse -Force
18+
Copy-Item -Path "$PSScriptRoot/tools" -Destination $powershellFolder -Recurse -Force

0 commit comments

Comments
 (0)