Can I submit a package to the repository even if I am not the owner or a dev of the app? #4073
-
There are many programs I use that I would like to be able to use winget to install and update. But they are not in the repository. Can I submit them myself or only the developers of them are allowed to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes. As long as the publisher has a publicly available download URL, you should be able to create a manifest for it.
There are some packages whose publishers have restricted the capability of community contributions to some extent. They are defined in this Auth.csv file. A strictness of |
Beta Was this translation helpful? Give feedback.
Yes. As long as the publisher has a publicly available download URL, you should be able to create a manifest for it.
There are some packages whose publishers have restricted the capability of community contributions to some extent. They are defined in this Auth.csv file. A strictness of
should
will notify the publisher but will not block the approval process (which means you can still submit a PR for that package). Strictness ofmust
will block the merge process pending the approval of the publisher of the package. Other than those, you are highly encouraged to submit manifests for the applications you want …