Skip to content
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

Tries to download electron from invalid URL #215

Closed
jkudish opened this issue Mar 6, 2016 · 1 comment
Closed

Tries to download electron from invalid URL #215

jkudish opened this issue Mar 6, 2016 · 1 comment

Comments

@jkudish
Copy link

jkudish commented Mar 6, 2016

Trying to build a Windows release, I get the following:

Error: GET https://github.com/atom/electron/releases/download/v.36.10/electron-v.36.10-win32-ia32.zip returned 404

There's a 0 missing in the filename, it should be:

https://github.com/atom/electron/releases/download/v0.36.10/electron-v0.36.10-win32-ia32.zip
@jkudish
Copy link
Author

jkudish commented Mar 6, 2016

Just read in #180 that I had to provide the electron-prebuilt version like this:

"electron-prebuilt": "^0.36.10"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@jkudish @develar and others