I copied your code to my app.
For whatever reason, electron on windows doesn't pick up new releases.
At https://github.com/intelligrate/query-cloud-api/releases, I've two releases.
Whilst running 1.0 release,
"build": { "publish": [ { "provider": "github", "owner": "intelligrate", "repo": "query-cloud-api" } ],
I expect, auto-updater to prompt and pick up 2.0.
https://github.com/intelligrate/query-cloud-api/blob/master/main.js#L268
That doesn't happen.
I copied your code to my app.
For whatever reason, electron on windows doesn't pick up new releases.
At https://github.com/intelligrate/query-cloud-api/releases, I've two releases.
Whilst running 1.0 release,
"build": { "publish": [ { "provider": "github", "owner": "intelligrate", "repo": "query-cloud-api" } ],I expect, auto-updater to prompt and pick up 2.0.
https://github.com/intelligrate/query-cloud-api/blob/master/main.js#L268
That doesn't happen.