diff --git a/start.ps1 b/start.ps1 index 3799d11..d095c2b 100644 --- a/start.ps1 +++ b/start.ps1 @@ -196,7 +196,7 @@ if (Test-Path $BS.Path.config) { $thisPath = Get-Item $Path -ErrorAction Stop if ($thisPath.PSIsContainer) { - Get-ChildItem -Filter '*.dll' | % { + Get-ChildItem -Path $thisPath -Filter '*.dll' | % { loadassembly $_.FullName } }