Chocolatey package for the distribution of released versions of neovim
- nuspec: update on the
versiontag. - chocolateyinstall.ps1: update
$urland$url64 - chocolateyinstall.ps1: update the
checksumandchecksum64"c:\ProgramData\chocolatey\tools\checksum.exe" nvim-win32.zip -t=sha256- The checksum
-tdepends 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%' -fychoco uninstall neovim --pre -s '%cd%' -fy
choco install neovim -s '%cd%' -fychoco uninstall neovim -s '%cd%' -fy
choco apikey --key <key> --source https://push.chocolatey.orgchoco push <package> --source https://push.chocolatey.org