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
PR is ready for review. Progress is now correctly calculated for both creating packages and installation (in ranges between 0 => 40 and 40 => 80). The rest is still similar to the old situation since I don't think it's worth reporting such fine-grained progress reporting for super fast steps.
We have fairly large apps. What we see whenever we run an update:
Then completing very fast again.
I've been digging into this, and think it's caused by the full packages from delta creation:
Squirrel.Windows/src/Squirrel/UpdateManager.ApplyReleases.cs
Line 35 in 813dd91
I think the apply releases progress can be split into the following:
I think this will more reliably reflect the actually installation status and give users a better sense of progress.
I am happy to implement this (non-breaking) change as a PR if you are open to this.
The text was updated successfully, but these errors were encountered: