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.