I've been trying to get automatic updates working (I set features.autoUpdate to true and also set installLevel to 3 in forge.config.ts), and when my app tries to access the update server it complains that it can't find RELEASES. I did some digging and learned it expects a RELEASES file. I've found some referencesto it and what it might contain, but not sure if the special version of Squirrel.Windows used when autoUpdate is enabled should be generating it?
It does show up in one of the e2e tests, but I didn't see anything obvious that set it to be created (although I also don't have any nupkg files, so maybe I'm looking at the wrong thing). At any rate, I suppose I can work on generating one myself, but if it's normally created by Squirrel, I would love to have it for free.
I've been trying to get automatic updates working (I set
features.autoUpdate
totrue
and also setinstallLevel
to3
inforge.config.ts
), and when my app tries to access the update server it complains that it can't find RELEASES. I did some digging and learned it expects a RELEASES file. I've found some references to it and what it might contain, but not sure if the special version of Squirrel.Windows used when autoUpdate is enabled should be generating it?It does show up in one of the e2e tests, but I didn't see anything obvious that set it to be created (although I also don't have any
nupkg
files, so maybe I'm looking at the wrong thing). At any rate, I suppose I can work on generating one myself, but if it's normally created by Squirrel, I would love to have it for free.