From 9953267fea76461b84d8e911d7bd5d9861aaefc8 Mon Sep 17 00:00:00 2001 From: romanitho <96626929+Romanitho@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:01:57 +0100 Subject: [PATCH] Mods to Dir --- Winget-AutoUpdate-Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index 601acad..7f9dd4b 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -119,7 +119,7 @@ param( <# FUNCTIONS #> #Include external Functions -. "$PSScriptRoot\Winget-AutoUpdate\functions\Invoke-ModsProtect.ps1" +. "$PSScriptRoot\Winget-AutoUpdate\functions\Invoke-DirProtect.ps1" . "$PSScriptRoot\Winget-AutoUpdate\functions\Update-WinGet.ps1" . "$PSScriptRoot\Winget-AutoUpdate\functions\Update-StoreApps.ps1" . "$PSScriptRoot\Winget-AutoUpdate\functions\Add-Shortcut.ps1"