How to merge .exe with multiple assemblies into one

Hello,

When I writing an app in Silver, the generated outputs are one exe file with several .dll files that I referenced to and the Swift.dll.

I want to know how can I merge those assemblies into one exe. I want to have one standalone .exe.

In Visual C# I can use the Fody.Costura nuget package to do the job.

But in Element I don’t know how, just adding the Fody.Costura nuget package in Water and rebuild, nothing happen.

Regards,
Xiaoguang

You might be looking for this: https://peteris.rocks/blog/merging-net-assemblies-with-msbuild/

1 Like

Thanks, I will have a look and try

1 Like