Manifests/MicrosoftWSL.json
{ "Name": "Microsoft WSL", "Source": "https://github.com/microsoft/wsl/", "Get": { "Uri": "https://api.github.com/repos/microsoft/wsl/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.msixbundle$|\\.msi$" }, "Install": { "Setup": "", "Preinstall": "", "Physical": { "Arguments": "", "PostInstall": [ ] }, "Virtual": { "Arguments": "", "PostInstall": [ ] } } } |