This is the code I use to publish the BeyondCompare package to Chocolatey.
It's actually really easy.
- Follow the instructions on chocolatey.org to setup Chocolatey
- Clone this repository and navigate to the folder in Powershell
Build.ps1 to create the package
cinst beyondcompare -Source "full-directory-path" to install it locally
And you're done!
BeyondCompare has been updated! Help!
When a new release of BeyondCompare is out in the wild, updating this package is easy:
- Fork this repository to your local environment
- Run the
.\Update-Version.ps1 to update the package artifacts
- Commit the changes to a branch and push it to your fork
- Submit a pull request
After I merge the pull request, I'll publish a new release to Chocolatey so they can review it.