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
Logger.Info($"Updater source '{updateCandidate.SourceName}' returned version {updateCandidate.VersionName} (upgradable={updateCandidate.IsUpgradable})");
104
103
105
104
if(updateCandidate.IsUpgradable)
106
105
{
@@ -166,6 +165,25 @@ public static async Task<bool> CheckAndInstallUpdates(Window window, InfoBar ban
Copy file name to clipboardExpand all lines: testing/UPDATE-TESTING.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
This guide validates the new default auto-update flow that reads from `productinfo.json`.
4
4
5
+
If `productinfo.json` lookup fails for any reason, UniGetUI now falls back to the legacy updater logic that uses the existing version endpoint and GitHub release download URL.
0 commit comments