You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use dotnet publish src/QuickStart.sln --self-contained -r win-x64 -c Release to publish self contained app.
This is based on quick-start example.
Make sure to point process.env.EDGE_APP_ROOT to correct output folder.
This is true for any .NET project you have to publish it in order to run in environment without .NET
Can bootstrap be precompiled? In this way, electron developers do not need to install .NET SDK on their local machines.
The text was updated successfully, but these errors were encountered: