Skip to content

Commit

Permalink
Use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Mar 28, 2024
1 parent 1402337 commit 84c358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foreach ($folderPath in $folderPaths) {

$harp_solutions = Get-ChildItem .\harp_devices_src\harp.device.*\software\bonsai\Interface\**\bin\Release\net4* -Directory
foreach ($libPath in $harp_solutions) {
$packages += $libPath
$packages += $(Resolve-Path($libPath) -Relative)
}

Write-Host ("Found the following packages: " + $packages)
Expand Down

0 comments on commit 84c358a

Please sign in to comment.