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

404 when generating app #140

Closed
danielmeneses opened this issue Sep 23, 2015 · 4 comments
Closed

404 when generating app #140

danielmeneses opened this issue Sep 23, 2015 · 4 comments

Comments

@danielmeneses
Copy link

Hi there,

i receive a 404 when trying to generate an electron app for win32:
My code:

electron-packager ./ video-call --platform=win32 --arch=x64 --version=0.0.1

Error:

Downloading electron-v0.0.1-win32-x64.zip
Error: GET https://github.com/atom/electron/releases/download/v0.0.1/electron-v0.0.1-win32-x64.zip returned 404
[ [Error: GET https://github.com/atom/electron/releases/download/v0.0.1/electron-v0.0.1-win32-x64.zip returned 404] ] undefined

thanks,
Daniel

@kfranqueiro
Copy link
Contributor

This sounds like the same thing as #137. The value of --version is the electron version you want to use, not your app's version.

@amitpatil321
Copy link

Renaming --version to --electron-version atleast removed that 404 error. Now the package is downloading. Will update here is this solution fixed it completely or not

@malept
Copy link
Member

malept commented Mar 7, 2016

--electron-version was never implemented. --version is now an optional parameter, it will be inferred from the version of electron-prebuilt that you have installed if you do not specify it.

@malept
Copy link
Member

malept commented Mar 7, 2016

Also, the --app-version parameter was added in the same release (5.2.1).

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

No branches or pull requests

4 participants