Manifests/Podman.json
{ "Name": "Podman", "Source": "https://github.com/containers/podman", "Get": { "Uri": "https://api.github.com/repos/containers/podman/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$" }, "Install": { "Setup": "podman-*.exe", "Physical": { "Arguments": "/install /quiet /norestart", "PostInstall": [] }, "Virtual": { "Arguments": "", "PostInstall": [] } } } |