mlange-42 / git-graph

Command line tool to show clear git graphs arranged for your branching model
MIT License
517 stars 20 forks source link

Winget windows installer #84

Open Kurren123 opened 2 months ago

Kurren123 commented 2 months ago

I'd like to try and create a winget installer for git-graph. Would you be open to accepting such a PR?

mlange-42 commented 2 months ago

@Kurren123 Sure! Although it is not clear to me what a widget installer would be.

Kurren123 commented 2 months ago

@mlange-42 it means windows users can use the windows package manager (winget) to install and update git-graph instead of downloading from the github releases. I'll make a start!

Kurren123 commented 2 months ago

Hi @mlange-42. Winget needs a url to download the raw binary (it can't handle extracting from anything other than a .zip). Do we need to compress the binaries or can we release them uncompressed? It looks like it's about 1mb compressed, 2mb uncompressed.

Alternatively we can just remove windows from this matrix and have a separate yml file just for windows. This file can just build the windows exe, leave it uncompressed and upload it to winget.