We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The 1.2.0 schemas list Zip as an allowable installer type, despite not having NestedInstallerType or NestedInstallerFiles
NestedInstallerType
NestedInstallerFiles
winget-cli/schemas/JSON/manifests/v1.2.0/manifest.installer.1.2.0.json
Lines 55 to 71 in e583f91
winget-cli/schemas/JSON/manifests/v1.2.0/manifest.singleton.1.2.0.json
Lines 97 to 113 in e583f91
Zip not to be present if it isn't supported
Zip is present
Remove those lines from the schema
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Brief description of your issue
The 1.2.0 schemas list Zip as an allowable installer type, despite not having
NestedInstallerType
orNestedInstallerFiles
Steps to reproduce
winget-cli/schemas/JSON/manifests/v1.2.0/manifest.installer.1.2.0.json
Lines 55 to 71 in e583f91
winget-cli/schemas/JSON/manifests/v1.2.0/manifest.singleton.1.2.0.json
Lines 97 to 113 in e583f91
Expected behavior
Zip not to be present if it isn't supported
Actual behavior
Zip is present
Proposed Solution
Remove those lines from the schema
The text was updated successfully, but these errors were encountered: