cloudentity / oauth2c

User-friendly OAuth2 CLI
https://cloudentity.github.io/oauth2c/
Apache License 2.0
769 stars 29 forks source link

Windows binaries #105

Closed igitur closed 7 months ago

igitur commented 7 months ago

Thanks for a great tool.

Would you consider adding Windows binaries to the Github Releases page? This would enable me to reference it from a scoop.sh repository and make installation and updating easy for users who don't have the go compilers and runtime available.

Thanks.

mbilski commented 7 months ago

Hi @igitur

I think we are already releasing windows binaries

image

https://github.com/cloudentity/oauth2c/releases/tag/v1.13.0

Would that work with scoop?

igitur commented 7 months ago

Ah, sorry, I'm so used to .tar.gz files being source code packages that I didn't even bother inspecting.

I submitted a PR for a scoop item now. https://github.com/ScoopInstaller/Main/pull/5720

igitur commented 7 months ago

@mbilski I don't know much about ARM, but I see there are 2 Windows ARM releases. Is arm for 32bit ARM and arm64 for 64bit ARM? I think that's the logical assumption, but I just want to make doubly sure.