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) {