-
Couldn't load subscription status.
- Fork 1.1k
Description
Summary
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.
Version
All