From 0cf8ca2047466293c6d53dc3328292c0cbf5fa1d Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:02:33 +0200 Subject: [PATCH] Update WAU-MSI_Actions.ps1 --- Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1 b/Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1 index 93ec4c5..309ec1d 100644 --- a/Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1 +++ b/Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1 @@ -125,8 +125,8 @@ function Install-WingetAutoUpdate { #Copy Mods to install folder $ModsFolder = Join-Path $CurrentDir "Mods" if (Test-Path $ModsFolder) { - Write-Output "-> Copying $ModsFolder to $InstallPath\mods" - Copy-Item -Path $ModsFolder -Destination "$InstallPath\mods" -Recurse + Write-Output "-> Copying $ModsFolder to $InstallPath" + Copy-Item -Path $ModsFolder -Destination "$InstallPath" -Recurse } #Secure folders if not installed to ProgramFiles