From cb82fb148e2d848fc1b10197fcb35f32bd8339a1 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Sat, 14 Oct 2023 10:29:03 +0200 Subject: [PATCH] Update-StoreApps only if fail or uncertain --- Winget-AutoUpdate/functions/Update-WinGet.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Winget-AutoUpdate/functions/Update-WinGet.ps1 b/Winget-AutoUpdate/functions/Update-WinGet.ps1 index f042cd8..197af72 100644 --- a/Winget-AutoUpdate/functions/Update-WinGet.ps1 +++ b/Winget-AutoUpdate/functions/Update-WinGet.ps1 @@ -40,7 +40,6 @@ Function Update-WinGet ($WinGetAvailableVersion, $DownloadPath, $Log = $false) { $WingetPath = $ResolveWingetPath[-1].Path & $WingetPath source reset --force } - Update-StoreApps } catch { switch ($Log) {