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
So I have setup a squirrel nuts server for my electron app and everything is up and running, but when it checked the feed url for an update, it doesn't find an update.
The update-available event never fires. Only ever gives update-not-available.
I have two releases in my github repo, and the first one is installed.
I should note that I have setup the github webhook, so this shouldn't be a caching issue. I have confirmed that the releases files are all available to download via the url manually.
I checked the SquirrelSetup.log file and it seems to be hitting the URL, just not getting the update.
So I have setup a squirrel nuts server for my electron app and everything is up and running, but when it checked the feed url for an update, it doesn't find an update.
The update-available event never fires. Only ever gives update-not-available.
The feed url is set to:
https://nuts.mywebsite.com/update/platform/version
I have two releases in my github repo, and the first one is installed.
I should note that I have setup the github webhook, so this shouldn't be a caching issue. I have confirmed that the releases files are all available to download via the url manually.
I checked the SquirrelSetup.log file and it seems to be hitting the URL, just not getting the update.
I'm assuming I am missing some step, either in my build, release, or whatever.
Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: