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
Hello, when running the auto-updater with electron-builder I'm receiving the following error (in the log file). It is essentially providing the host as "undefined" when looking for updates.
Error: Error: Unable to find latest version on github, please ensure a production release exists: HttpError: 404 Not Found
"method: undefined url: https://undefined/AlienHoboken/{repo}/releases/latest
However my latest-mac.json has the correct details.
electron-builder version:
electron-updater version:
target:
Hello, when running the auto-updater with electron-builder I'm receiving the following error (in the log file). It is essentially providing the host as "undefined" when looking for updates.
However my
latest-mac.json
has the correct details.Is this a setup issue or an issue within electron-builder?
EDIT:
I've even tried adding the host to the
app-updated.yml
, still the same resultThe text was updated successfully, but these errors were encountered: