Manifests/7Zip.json
{ "Name": "7-Zip", "Source": "https://www.7-zip.org/", "Get": { "Uri": "https://api.github.com/repos/ip7z/7zip/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$|\\.msi$" }, "Install": { "Setup": "7z*.exe|7z.msi", "Physical": { "Arguments": "", "PostInstall": [] }, "Virtual": { "Arguments": "", "PostInstall": [] } } } |