You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub apps no longer falsely flagged as manually removed.ohub check treated any managed app whose recorded install_location was missing on disk as removed. For setup-installed (GitHub) apps that path is often empty or stale, so valid installs were wrongly dropped. install_location is now only authoritative for folder/zip apps; GitHub apps are checked against the system registry (Programs & Features) instead — present there means keep it. Regression tests added.