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
The in-app "restart to update" action silently did nothing: the installer's pre-flight cleanup force-killed the app's whole process tree, but the updater spawns the installer as a child of the running app, so the installer terminated itself before the install ever started. The cleanup now matches by image name only, which still covers the main process and its Chromium helpers but can no longer reach the installer.