This repository contains source code and templates for building a Chocolatey package for Etcher.
To build an Etcher chocolatey package, you'll need access to a Windows machine
with Chocolatey installed. Clone this repository, navigate to it in powershell
and run cpack
. This will generate a nupkg.
Follow these instructions to setup your API key so you can publish. You can find your API key in your chocolatey account page.
Once you've built the package you can push it up the chocolatey by
running cpush
.