Update-StoreApps only if fail or uncertain

pull/419/head
KnifMelti 2023-10-14 10:29:03 +02:00
parent 189830c09f
commit cb82fb148e
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ Function Update-WinGet ($WinGetAvailableVersion, $DownloadPath, $Log = $false) {
$WingetPath = $ResolveWingetPath[-1].Path
& $WingetPath source reset --force
}
Update-StoreApps
}
catch {
switch ($Log) {