-
Notifications
You must be signed in to change notification settings - Fork 85
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 build an example app into binary executable file? #108
Comments
It should be possible using electron-builder, but I still had not the time to test it out... |
It should work after electron-userland/electron-builder#2903 gets fixed. |
The fix is released as electron-builder 20.15.0 |
If someone could post steps for example app into exe that would be very helpful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am quite new to use node for desktop app.
I clone the project, and run
npm run start-np
successfully.Now I want to build this example into a binary executable file,
and
npm run build
does not work,and I cannot find the doc.
The text was updated successfully, but these errors were encountered: