git-town icon indicating copy to clipboard operation
git-town copied to clipboard

Install via Chocolatey on Windows

Open kevgo opened this issue 8 years ago • 5 comments

Similar to how Yarn does it:

  • configuration: https://github.com/yarnpkg/yarn/tree/master/resources/win-chocolatey
  • build script: https://github.com/yarnpkg/yarn/blob/master/scripts/build-chocolatey.ps1

Alternative to #639

kevgo avatar Dec 03 '16 17:12 kevgo

Hey @kevgo what's the status of this issue? I'm using Git Town on a team with some teammates on Windows machines and I'd love to give them an easy way to install it. Willing to tackle if no one else is working on it!

nathanmsmith avatar Dec 19 '17 20:12 nathanmsmith

Hey @nathunsmitty, we have no plans for working on this since we don't use Windows here. If you want to take a stab at it, please go ahead!

kevgo avatar Dec 20 '17 10:12 kevgo

I was looking for this as well, and maybe I could contribute something soon. Is there a consistent way to pull the most recent git release for windows via git api that you know of, or a fixed path I could use? This would help windows developers setup be much simpler so I think it's worth contributing something on this. It's made my life better for sure!

sheldonhull avatar Feb 20 '20 18:02 sheldonhull

@sheldonhull http://github.com/Originate/git-town/releases/latest/download/git-town-windows-amd64.exe should give you the latest Windows binary

kevgo avatar Feb 23 '20 14:02 kevgo

We will get this for free with goreleaser, see #1379

kevgo avatar May 06 '20 18:05 kevgo

Goreleaser does this natively now: https://goreleaser.com/customization/chocolatey

kevgo avatar May 27 '23 02:05 kevgo