Southclaws / sampctl

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
GNU General Public License v3.0
241 stars 33 forks source link

winget support #445

Open AGraber opened 2 years ago

AGraber commented 2 years ago

https://docs.microsoft.com/en-us/windows/package-manager/package/

ADRFranklin commented 2 years ago

We have to wait until zip support has been added before we can add sampctl to it https://github.com/microsoft/winget-pkgs/issues/174 https://github.com/microsoft/winget-cli/issues/140

freshfab commented 1 year ago

Installing .zip files is supported with winget version 1.4, so maybe you could revisit this issue?

ADRFranklin commented 1 year ago

We still have to wait for goreleaser to implement support for WinGet as that is how we publish our code.

AGraber commented 1 year ago

Seems goreleaser added winget support: https://github.com/goreleaser/goreleaser/pull/4081 @ADRFranklin maybe worth a look for next release (or current if you have time :) )

docs: https://goreleaser.com/customization/winget/

ADRFranklin commented 1 year ago

@AGraber Ah nice, it'll be some time before I get around to this, I have plenty on my plate.