chore: Update generated dev docs (#4163)

This commit is contained in:
Chris Titus
2026-03-06 08:29:10 -06:00
committed by GitHub
parent 2d2497408f
commit 5e78391518

View File

@@ -17,7 +17,7 @@ function Invoke-WPFFixesWinget {
try {
Set-WinUtilTaskbaritem -state "Indeterminate" -overlay "logo"
Write-Host "==> Starting Winget Repair"
Install-WinUtilWinget -Force
Install-WinUtilWinget
} catch {
Write-Error "Failed to install winget: $_"
Set-WinUtilTaskbaritem -state "Error" -overlay "warning"