mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
"electronize build /target win" command does not create executable electron file and does not create setup exe file #689
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aykutdemirci on GitHub (Aug 22, 2021).
My project is an ASP.NET MVC Web Application in .NET 5
Here is my
electron.manifest.jsonfileWhen I ran the
electronize build /target wincommand, at the end of the process, neihter electron executable file nor setup exe file are creating. Also, although the output directory is../../../bin/electronin myelectron.manifest.jsonfile, Electron, extracts the files to/obj/desktop/win/bindirectory.I don't know why. Before today, It was working normally. Maybe I do something wrong.
Here is my StackOverflow question maybe could help
And here is another StackOverflow question about same issue asked before mine
@aykutdemirci commented on GitHub (Aug 27, 2021):
Here is my command line output

and created files after build

@aykutdemirci commented on GitHub (Aug 28, 2021):
OK, I fixed the problem. I updated the node to version of 14.17.5