cli-lab
cli-lab copied to clipboard
Make xcopy-deployable on Windows
The current MSI installer approach is excellent, but many users like me prefer small tools to be xcopy-deployable just like .NET Core applications themselves are designed to be 😉
Can an xcopy-deployable option be provided as part of the 'releases' downloads page for Windows?
As it's non-trivial to support another delivery mechanism, we aren't planning on adding a xcopy-deployable option at this time. However, we encourage the community contributions so feel free to make a PR to add support.
Alright, I'll take a peek.