We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53f51c commit 66d0292Copy full SHA for 66d0292
Src/Scripts/Install-IronPython.ps1
@@ -99,7 +99,7 @@ if (-not $unzipDir) {
99
100
# Copy files into place
101
Copy-Item -Path (Join-Path $unzipDir $Framework "*") -Destination $Path -Recurse
102
-Copy-Item -Path (Join-Path $unzipDir "lib") -Destination $Path
+Copy-Item -Path (Join-Path $unzipDir "lib") -Destination $Path -Recurse
103
104
# Prepare startup scripts
105
if ($Framework -notlike "net4*") {
0 commit comments