mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
--no-self-contained flag is forced upon build #486
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 @kylethomas320 on GitHub (May 11, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
I recently upgraded from the previous electron v7 to v8.31.1 and noticed that
--no-self-containedis 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:b6417d0718 (diff-3da8aff670c488206e99f7abe0c6f1bd).Build command used:
dotnet build /target winThanks for the support!