Electron.net: Single exe?

Created on 6 Feb 2019  路  3Comments  路  Source: ElectronNET/Electron.NET

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.

Most helpful comment

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

All 3 comments

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

Costura and ILMerge only work on .NET not .NET Core. For .NET Core you can try either waiting for 3.0 or ILLink

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AykutToprak picture AykutToprak  路  4Comments

BrianAllred picture BrianAllred  路  5Comments

graylobo picture graylobo  路  5Comments

litch0 picture litch0  路  4Comments

Marcelh1983 picture Marcelh1983  路  5Comments