Skip to content

Commit 55a8fab

Browse files
committed
Update
1 parent 774292d commit 55a8fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ function Build-NodeGypProject {
160160
& node-gyp build
161161
$Lib = Get-ChildItem -Recurse -Filter *.node -File | Select-Object -First 1
162162
$Lib
163-
Copy-Item -Path $_.FullName -Destination (Join-Path $RIDDir "$($ProjectDir.Name).$($_.Extension)")
163+
Copy-Item -Path $Lib.FullName -Destination (Join-Path $RIDDir "$($ProjectDir.Name).$($Lib.Extension)")
164164
Pop-Location
165165
}

0 commit comments

Comments
 (0)