Skip to content
Snippets Groups Projects
Commit e25b3918 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Copy contents of directory instead of directory itself.

Refers to #13
parent d4613fdd
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ function Update-Configuration {
function Copy-ServiceFiles {
try {
Copy-Item -Recurse -Force -ErrorAction Stop `
-Path "$UpdateBinariesPath" `
-Path "$($UpdateBinariesPath)\*" `
-Destination "$InstallationPath"
}
catch {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment