-
Notifications
You must be signed in to change notification settings - Fork 11
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
Building the app #21
Comments
Ah never mind, I guess it could just run the executable in the build folder of the node project. |
Hi @domialex That's right, you just have to make sure that you "point" to the right location of the executable when the app is packaged. One thing that is useful to know is that it is possible to use I've just noticed that there's an option to create a single file with the flag |
The single file publish is useful, but most times will trigger an invisible anti-virus warning in Windows 10, and it won't be able to extract the temporary files. The normal publish is more reliable. |
Hi @domialex |
Thanks! I already have all that part figured out (packaging, installer, webpack, react, etc.), I also used electron-builder. |
What would be the correct way to build and bundle with a built .NET application?
The text was updated successfully, but these errors were encountered: