Chocolatey package for the distribution of released versions of neovim
- nuspec: update
version
tag. - nuspec: update
release notes
tag. - chocolateyinstall.ps1: update
$url
and$url64
- chocolateyinstall.ps1: update the
checksum
andchecksum64
"c:\ProgramData\chocolatey\tools\checksum.exe" nvim-win32.zip -t=sha256
- The checksum
-t
depends on what you have specified in yourchecksumType
- Install chocolatey
- From command line
choco install neovim
- Or
choco install neovim --pre
- Always pack after making any changes
choco pack
choco install neovim --pre -s '%cd%' -fy
choco uninstall neovim --pre -s '%cd%' -fy
choco install neovim --source . -fy
choco uninstall neovim --source . -fy
choco apikey --key <key> --source https://push.chocolatey.org
choco push <package> --source https://push.chocolatey.org
- Substitute
choco
with:sudo docker run --rm -v $PWD:$PWD -w $PWD linuturk/mono-choco
choco push <package> --api-key <key> --source https://push.chocolatey.org