-
Notifications
You must be signed in to change notification settings - Fork 3
How to submit to winget
Nicolas Constant edited this page Aug 7, 2023
·
2 revisions
Fork and clone https://github.com/microsoft/winget-pkgs repository
Use wingetcreate
to update manifest https://github.com/microsoft/winget-create/blob/main/doc/update.md
In the root folder of winget-pkgs:
wingetcreate Update -i NicolasConstant.sengi
Provide the new installer url.
Then:
- fix the version/release date/display name/etc in the modified manifest
- ensure it is in a new folder, named on the new version
- in the manifest folder:
winget validate --manifest .
- in the manifest folder:
winget install --manifest .
- commit with the pattern
New version: NicolasConstant.Sengi version 1.0.0
- create a PR with the pattern
New version: NicolasConstant.Sengi version 1.0.0