From 189830c09fe62d532b8778a0580c401282fca088 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Fri, 13 Oct 2023 22:43:59 +0200 Subject: [PATCH] Update-StoreApps better in context --- Winget-AutoUpdate/functions/Update-WinGet.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Winget-AutoUpdate/functions/Update-WinGet.ps1 b/Winget-AutoUpdate/functions/Update-WinGet.ps1 index 197af72..f042cd8 100644 --- a/Winget-AutoUpdate/functions/Update-WinGet.ps1 +++ b/Winget-AutoUpdate/functions/Update-WinGet.ps1 @@ -40,6 +40,7 @@ Function Update-WinGet ($WinGetAvailableVersion, $DownloadPath, $Log = $false) { $WingetPath = $ResolveWingetPath[-1].Path & $WingetPath source reset --force } + Update-StoreApps } catch { switch ($Log) {