-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide winget artifact in release #114
Comments
I agree we should do it, but just to set the expectations, this won't replace Scoop or Chocolatey work, more importantly WinGet only supports alternative sources as the single point of truth for now: https://github.com/microsoft/winget-cli#sources
So even if we did publish our own source/repo for WinGet it's unlikely anyone would use it. They would have to use it exclusively and loose access to the community source. The only thing we could do is publish updates to the community repo, but given that it's PR-driven process it's not something we can easily automate and probably shouldn't anyway. TL;DR We are waiting for Microsoft at this point. |
I can't find any more specific docs online, but it looks like additional 3rd-party sources are now supported for WinGet: |
Third party sources are supported by the Windows Package Manager client. We are working on the reference implementation of the REST API, and it will be released soon[tm]. |
Hello, Is this still something being worked on? I'm automating some desktop images and I've found that tf isn't available. |
From the Windows Package Manager side, we still need to implement support for .zip: A community driven draft specification is in progress: We have also released the Windows Package Manager Manifest Creator to help publish manifests to the Windows Package Manager Community App Repository with CI/CD scenarios. For organizations wishing to host their own source repository, a reference implementation is available. |
It seems like this functionality has now been added to winget, so it should now be possible to create a winget package based on .zip: |
Related to #55 and #47, this is the new Windows package manager from Microsoft.
The text was updated successfully, but these errors were encountered: