Skip to content

Commit

Permalink
Windows: Dependencies are copied to binding folder when client is built.
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Nov 7, 2023
1 parent 60a7ddd commit a55cc05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ function build_nodejs_client {


build_nodejs_client v18
Copy-Item -Recurse build\release\* lib\binding\node-v108-win32-x64
build_nodejs_client v20
Copy-Item -Recurse build\release\* lib\binding\node-v115-win32-x64

nvm use v18.12.1

0 comments on commit a55cc05

Please sign in to comment.