Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Summpot committed Aug 14, 2023
1 parent 774292d commit 55a8fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ function Build-NodeGypProject {
& node-gyp build
$Lib = Get-ChildItem -Recurse -Filter *.node -File | Select-Object -First 1
$Lib
Copy-Item -Path $_.FullName -Destination (Join-Path $RIDDir "$($ProjectDir.Name).$($_.Extension)")
Copy-Item -Path $Lib.FullName -Destination (Join-Path $RIDDir "$($ProjectDir.Name).$($Lib.Extension)")
Pop-Location
}

0 comments on commit 55a8fab

Please sign in to comment.