mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Build in Windows 10 won't Run #112
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 @srameh on GitHub (Jan 22, 2018).
Originally assigned to: @GregorBiswanger on GitHub.
I managed to build the Demo app. It successfully builds the output folder at: ElectronNetApp\obj\desktop\win but when it go to bin folder and try to open the ElectronNetApp.exe
it only opens a console window with:
Hosting environment: Production
Content root path: D:\Temp\ElectronNetApp\ElectronNetApp\obj\desktop\win\bin
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down.
Am I missing a step here? There is not enough documentation for Building and Packaging an Electron.NET App. It would help a lot if that can be added.