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
test(windows-updater): expand temporary diagnostics for in-app update repro
Capture updater state snapshots across check, prepare, install, and error transitions, then bump the app version to force a workflow-delivered test update for reproducing and debugging inner updater failures.
Made-with: Cursor
Copy file name to clipboardExpand all lines: texts/windows-in-app-updater-debug.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ The **Updater** window also shows a rolling activity log (last lines only); for
28
28
-`[updater:prepare] FAILED` — zip download, verify, or unpack failed.
29
29
-`update-downloaded: ignored on Windows` — expected: NSIS installer finished downloading but Windows uses the zip pipeline instead.
30
30
-`requestInstallNow blocked: no staged build` — UI offered reload before staging completed, or staging was cleared; check `pending-update-versions` and zip assets on GitHub.
31
+
-`[updater:state]` — compact state snapshots captured on check/start, update-available, prepare enter/complete/fail, install request, and updater errors.
0 commit comments