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
If Sparkle has already downloaded an update, but my macOS application has not yet installed/completed the update, I would like to be able to check for newer updates and override the older downloaded update.
I can not find any function/stored property that would handle this functionality as of right now. It seems like I would need to manually delete the stored downloaded update and manually reset things, which feels unsafe.
Am I missing the straight forward way to handle this?
Possible Fix
Adjust the logic in checkForUpdates so that we can check the sparkle feed for a new update, and if an old one is already downloaded, we discard it and prioritize the newer update.