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.
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.
Most helpful comment
I was able to produce a single EXE by setting
["build"]["win"]["target"] : "portable"inelectron.manifest.json.