We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59754d9 commit d5c053fCopy full SHA for d5c053f
src/Magick.Native/install.ps1
@@ -137,7 +137,7 @@ function copyLibraries($source, $target) {
137
138
function copyResource($source, $target, $quantum) {
139
[void](New-Item -ItemType directory -Path "$target\Release$quantum")
140
- Copy-Item "$source\**\content\resources\Release$quantum\*.xml" -Force "$target\Release$quantum"
+ Copy-Item "$source\**\content\resources\Release$quantum\*" "$target\Release$quantum" -Recurse -Force
141
}
142
143
function copyResources($source, $target) {
0 commit comments