diff --git a/AutoTx-Updater/Update-Service.ps1 b/AutoTx-Updater/Update-Service.ps1 index 68843e4a01084e797db764720be32765d89ae83b..5b0c4ffb178d7889cd08a365394712d1ccb9f709 100644 --- a/AutoTx-Updater/Update-Service.ps1 +++ b/AutoTx-Updater/Update-Service.ps1 @@ -206,7 +206,7 @@ function Update-Configuration { function Copy-ServiceFiles { try { Copy-Item -Recurse -Force -ErrorAction Stop ` - -Path "$UpdateBinariesPath" ` + -Path "$($UpdateBinariesPath)\*" ` -Destination "$InstallationPath" } catch {