microsoft / winget-create

The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
MIT License
491 stars 84 forks source link

Ask for more metadata imput during the creation of the new manifest #332

Closed ppvnf closed 1 year ago

ppvnf commented 1 year ago

Description of the new feature / enhancement

I've just created my first manifest using Winget Create. It was pretty straightforward, but I thing it should have asked for metadata imput such as:

PublisherUrl: PublisherSupportUrl PrivacyUrl PackageUrl LicenseUrl CopyrightUrl Moniker Tags ReleaseNotesUrl PurchaseUrl

Proposed technical implementation details

No response

ryfu-msft commented 1 year ago

Hey @ppvnf,

When you create a new manifest, the required prompts are shown first. After you finish answering all required prompts, you should see another prompt asking if you would like to add any optional fields. If you reply with 'Y', you should see all of the optional metadata fields that you are proposing above. Let me know if you have any issues getting there and I can give you a more thorough example.

ppvnf commented 1 year ago

Thanks. I will try that out when I create a new manifest