chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.99k stars 279 forks source link

Especially hope to support packaging into exe for production #358

Closed Yiend closed 2 years ago

Yiend commented 2 years ago

Especially hope to support packaging into exe for production

mattkol commented 2 years ago

@tenove there are no plans to support publishing and packing for the project.

There are resources out there to help you with it. There is Squirrel or alternatives like WiX, InstallShield, etc. You can also try self-contained with .NET Core or Single file deployment and executable.

You can pick any of these options, and if you run into issues you can share with us, there are developers out there who have used similar tools that would be able to help.

amaitland commented 2 years ago

If you choose to go down the WiX path then https://github.com/oleg-shilo/wixsharp is totally worth checking out.