chocolatey/README.md
First of all, update.ps1 script uses Automatic Package Updater Module (AU) to deal with package generation taking the binaries from the GitHub repository (releases). You can install it using different ways (the Chocolatey method is recommended).
update.ps1.-Force parameter present in update.ps1 script (line update -ChecksumFor 64 #-Force).If you're already -or you would like to become one- a maintainer, use the following commands to push new generated version .nupkg file to Chocolatey repository (you should already have an API key from Chocolatey Community, if not, please create an account):
choco apikey --key yourapikey --source https://push.chocolatey.org/
choco push .\DevToys.versiongenerated.nupkg --source https://push.chocolatey.org/