We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774292d commit 55a8fabCopy full SHA for 55a8fab
scripts/build.psm1
@@ -160,6 +160,6 @@ function Build-NodeGypProject {
160
& node-gyp build
161
$Lib = Get-ChildItem -Recurse -Filter *.node -File | Select-Object -First 1
162
$Lib
163
- Copy-Item -Path $_.FullName -Destination (Join-Path $RIDDir "$($ProjectDir.Name).$($_.Extension)")
+ Copy-Item -Path $Lib.FullName -Destination (Join-Path $RIDDir "$($ProjectDir.Name).$($Lib.Extension)")
164
Pop-Location
165
}
0 commit comments