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
{{ message }}
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
FYI, a workaround is to edit the package.json file and under scripts -> build change $npm_package_productName and $npm_package_electronVersion to %npm_package_productName% and %npm_package_electronVersion%.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to build I am getting the following error:
Downloading electron-v$npm_package_electronVersion-linux-ia32.zip
Error: GET https://github.com/atom/electron/releases/download/v$npm_package_electronVersion/electron-v$npm_package_electronVersion-linux-ia32.zip returned 404
[ [Error: GET https://github.com/atom/electron/releases/download/v$npm_package_electronVersion/electron-v$npm_package_electronVersion-linux-ia32.zip returned 404] ] undefined
seems like the $npm_package_electronVersion variable is not getting set correctly, ideas?
Thanks
The text was updated successfully, but these errors were encountered: