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
"Skip This Version" button in the macos update dialog doesn't do anything. After I restart the app and call autoUpdater.checkForUpdates() function update app dialog appears again.
I wonder, if the package manages the skip version logic? If no, then is it possible to somehow hide the skip this update button?
The text was updated successfully, but these errors were encountered:
I see that sparkle:criticalUpdate/ can be added into appcast.xml to hide the "skip this version" and "remove me later" buttons.
Then the only question left is how to handle the "skip this version"?
"Skip This Version" button in the macos update dialog doesn't do anything. After I restart the app and call
autoUpdater.checkForUpdates()
function update app dialog appears again.I wonder, if the package manages the skip version logic? If no, then is it possible to somehow hide the skip this update button?
The text was updated successfully, but these errors were encountered: