-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Detect electron-prebuilt-compile version through package.json #909
Comments
👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the support docs. If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines. |
That's because it won't work if you're using the global version of Electron Packager, as opposed to the one installed in a project via
See: #608 |
Would it be acceptable to try to read it from |
I'd rather not. I have an idea which I may get to this weekend. |
OK. The problem I'm actually trying to solve is to be able to specify my own repo for |
FYI, I've pinged the maintainer of |
Why can't the code in
infer.js
'sgetVersion
be replaced with the following? This would make it much easier to use a fork ofelectron-prebuilt-compile
(which is frequently several versions behind the latest electron release).There's a comment saying
but I'm not sure what that's supposed to mean. Applying the above change in a fork of this seems to work fine.
The text was updated successfully, but these errors were encountered: