-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Electron 7.1.3 broke github releases. Possible to change latest.yml manually #4543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think the bug is here: We have a thread on this going here: I suspect maybe Electron >7.1.2 started properly handling redirects? Is there a reason electron-updater isn't following redirect URLs? This will break a LOT of hosting platforms. |
Also connected to #4505 (which is not solved) |
electron 7.1.8 worked! |
Duplicate of #4505 |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Version:
"electron-builder": "~21.2.0",
macos, windows hosted on github.
Releases on Electron > 7.1.2 no longer work and give this error:
I suspect redirects are broken as it does fetch ONE URL but not the others.
I'd like to change the latest.yml file so it can fetch exact URLs but the 'url' is custom built by concat of the base + URL plus the download URL.
So I get this a URL like:
a+b
rather than just
b (it's already absolute)
that alone might be a bug and warrant fixing but I think if I can get latest.yml to specify a full URL I'll be good.
Is there documentation to the latest.yml format?
The text was updated successfully, but these errors were encountered: