-
Notifications
You must be signed in to change notification settings - Fork 69
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
Electron build path issue #54
Comments
Out of curiosity, I implemented the changes jpangelle suggested on Dec 6, 2018, and I get this error:
Perhaps I can just change my arguments and it will work. If so, could you suggest the correct way? |
I have never used Electron before, I don't know where to begin debugging this.. Maybe it's time I learned Electron.. One known issue is that Electron has a different |
Sorry, I hadn't put in the code snippets so the first lines didn't show. That's resolved so you can see the complete code and error statements. |
I was able to make it work by altering the path in config.js for electron build:
I also had to set |
Hey, just seeing this. Were you able to get it going? @birchb |
Addemdum: Editing
|
This code, which works in a dev build, throws a path error in a production build:
This is the error:
process.platform = darwin
process.arch = x64
I tried some of the edits referenced in an early issue, but they also resulted in various errors. I can try again and document those, if it would help.
Note: I'm using Quasar, and found the suggestion
asar: false
in one of the forums. When I did that, I ended up with a app folder the did include HandbrakeCLI, but the path was still incorrect. Again, I can go back and recreate that if it will help.I will happily pay a beer bounty if you can help me figure this out!
The text was updated successfully, but these errors were encountered: