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

how to automatically use the local electron.exe when packaging #8543

Open
kingouer opened this issue Sep 28, 2024 · 1 comment
Open

how to automatically use the local electron.exe when packaging #8543

kingouer opened this issue Sep 28, 2024 · 1 comment

Comments

@kingouer
Copy link

I compiled the source code of the Electron framework locally and generated my own electron.exe. Now, when using Electron Builder to package, I find that I am still using the default electron.exe. So, how do I configure the Electron Builder configuration file, electronbuilder.yml, to automatically use the local electron.exe when packaging?

@mmaietta
Copy link
Collaborator

You can use this property for pointing at the local electron dist build directory
https://www.electron.build/app-builder-lib.interface.configuration#electrondist

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

2 participants