Single exe? #274

Closed
opened 2026-01-29 16:35:31 +00:00 by claunia · 3 comments
Owner

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.

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.
Author
Owner

@win32nipuh commented on GitHub (May 17, 2019):

Yes, it may be useful, but sometimes it will be single exe file >100MB

@win32nipuh commented on GitHub (May 17, 2019): Yes, it may be useful, but sometimes it will be single exe file >100MB
Author
Owner

@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

@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](https://github.com/dotnet/core/blob/master/samples/linker-instructions.md)
Author
Owner

@mu88 commented on GitHub (Aug 10, 2019):

I was able to produce a single EXE by setting ["build"]["win"]["target"] : "portable" in electron.manifest.json.

@mu88 commented on GitHub (Aug 10, 2019): I was able to produce a single EXE by setting `["build"]["win"]["target"] : "portable"` in `electron.manifest.json`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#274