mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
electronize build /target linux only runs in terminal and no desktop app opens #874
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 @EswarSM on GitHub (Apr 18, 2023).
Hi I created a simple Blazor-electron dotnet application in Ubuntu and it works fine when I use "electronize start" . The desktop application starts and I am also able to access it in the browser via port 8001. The name of the project is BlazorApp.
But when I created build using electronize build /target linux. A folder is created in the path "/BlazorApp/obj/desktop/linux". When I run
-> chmod 777 ./BlazorApp
-> ./BlazorApp
The app runs in port 5000 similar to normal dotnet run and the desktop app does not start. Please let me know if I am missing something or this is an issue.