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 { ...@@ -206,7 +206,7 @@ function Update-Configuration {
function Copy-ServiceFiles { function Copy-ServiceFiles {
try { try {
Copy-Item -Recurse -Force -ErrorAction Stop ` Copy-Item -Recurse -Force -ErrorAction Stop `
-Path "$UpdateBinariesPath" ` -Path "$($UpdateBinariesPath)\*" `
-Destination "$InstallationPath" -Destination "$InstallationPath"
} }
catch { catch {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment