From 1c8b558298fc7868763c768941fe03db5552b57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E6=BA=90?= <40438607+Reset12138@users.noreply.github.com> Date: Sat, 23 May 2020 10:35:54 +0800 Subject: [PATCH] Add advice in README.md (#706) * Add advice At this time winget don't support more than one installer, such as giving both installer of x86 and installer of x64. Contributor are supposed to be told to avoid barren efforts * Update README.md Co-authored-by: Kevin Larkin (MS) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4889ea9b2..44bccfef2 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ I recommend running the script in the location where you want to produce the man ### Using Windows Package Manager YAML Generator If you prefer to use a GUI to generate YAML files, you can use the **Windows Package Manager YAML Generator**. It is available as an app [in the Microsoft Store](https://www.microsoft.com/en-us/p/windows-package-manager-yaml-generator/9p3n60fs22k5) and the code is also available [on GitHub](https://github.com/ptorr-msft/WinGetYamlGenerator). +Although the Windows Package Manager YAML Generator can create YAML files with multiple installers, winget does not support more than one installer for now. + ## Test your manifest Now that you have authored your manifest, you should make sure it works as expected. 1) Verify the syntax. You can do that by typing the following command: `winget validate `