-
Notifications
You must be signed in to change notification settings - Fork 306
Description
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.
2016-08-13 23:36:04> CheckForUpdateImpl: Downloading RELEASES file from https://nuts.mywebsite.com/update/win32/0.0.1-alpha
2016-08-13 23:36:04> FileDownloader: Downloading url: https://nuts.mywebsite.com/update/win32/0.0.1-alpha/RELEASES?id=MyApp&localVersion=0.0.1-alpha&arch=amd64
I'm assuming I am missing some step, either in my build, release, or whatever.
Any help is greatly appreciated!