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
I recently upgraded from the previous electron v7 to v8.31.1 and noticed that --no-self-contained is put in the build command. I need my build to be a self contained file, as in previous versions of Electron .NET. Will this be fixed in a later version? As this is hardcoded in the c# CLI code, I can't force it to go to self-contained myself. See: b6417d0#diff-3da8aff670c488206e99f7abe0c6f1bd.
Build command used: dotnet build /target win
Thanks for the support!
The text was updated successfully, but these errors were encountered:
I recently upgraded from the previous electron v7 to v8.31.1 and noticed that
--no-self-contained
is put in the build command. I need my build to be a self contained file, as in previous versions of Electron .NET. Will this be fixed in a later version? As this is hardcoded in the c# CLI code, I can't force it to go to self-contained myself. See: b6417d0#diff-3da8aff670c488206e99f7abe0c6f1bd.Build command used:
dotnet build /target win
Thanks for the support!
The text was updated successfully, but these errors were encountered: