Update-StoreApps better in context

pull/419/head
KnifMelti 2023-10-13 22:43:59 +02:00
parent 61f08e423b
commit 189830c09f
1 changed files with 1 additions and 0 deletions

View File

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