mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Single exe? #274
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 @iqmeta on GitHub (Feb 6, 2019).
Originally assigned to: @robertmuehsig on GitHub.
Is it somehow possible to pack it in a single file like with
https://github.com/Fody/Costura
https://github.com/dotnet/ILMerge
Kind regards.
@win32nipuh commented on GitHub (May 17, 2019):
Yes, it may be useful, but sometimes it will be single exe file >100MB
@gfs commented on GitHub (Jun 3, 2019):
Costura and ILMerge only work on .NET not .NET Core. For .NET Core you can try either waiting for 3.0 or ILLink
@mu88 commented on GitHub (Aug 10, 2019):
I was able to produce a single EXE by setting
["build"]["win"]["target"] : "portable"inelectron.manifest.json.