Skip to content

Commit c1abe6d

Browse files
committed
Fixing missing install files
1 parent b48a3f8 commit c1abe6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Install.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if(-not (Test-Path $InstallDirectory))
3434
@(
3535
'module\PSParallel.psd1'
3636
'src\PsParallel\bin\Release\PSParallel.dll'
37+
'src\PsParallel\bin\Release\Microsoft*.dll'
3738
).Foreach{Copy-Item "$rootdir\$_" -Destination $InstallDirectory }
3839

3940
$lang = @('en-us')

0 commit comments

Comments
 (0)