electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.57k stars 1.73k forks source link

`electron-updater`: `allowPrerelease = true` breaks all updates #6700

Open jordancde opened 2 years ago

jordancde commented 2 years ago

When allowPrerelease is enabled in electron updater, the following error is thrown when checking for updates:

Screen Shot 2022-03-04 at 6 51 37 PM

Seems related to this PR: https://github.com/electron-userland/electron-builder/pull/6505/files

mmaietta commented 2 years ago

What is the name of your prerelease channel file? Can you post a screenshot or something of your current prerelease on Github? The allowPrerelease is supposed to only check alpha/beta and then fallback to latest IIRC