choco uninstall scenebuilder
with admin rights- Update $url in chocolateyinstall.ps1
- Update the checkusm in the same file
certutil -hashfile <downloaded msi-file> SHA256
- Update
version
inscenebuilder.nuspec
- Build pack
choco pack
- Test locally
choco install scenebuilder -dv -s .
- Push
choco push --apikey <key> scenebuilder.23.0.1.nupkg -s https://push.chocolatey.org/
The apikey can be found in the chocolatey account settings.
- Chocolatey Quick Start
- Chocolatey Doku create packages