Manifests/7zip.json
{ "Name": "7zip", "Source": "https://www.7-zip.org/", "Get": { "Uri": "https://sourceforge.net/projects/sevenzip/best_release.json", "ContentType": "application/json; charset=utf-8", "MatchVersion": "(\\d+(\\.\\d+){1,3})", "DatePattern": "yyyy-MM-dd HH:mm:ss", "DownloadUri": "https://nchc.dl.SourceForge.net/project/sevenzip" }, "Install": { "Setup": "WinMerge*.exe", "Physical": { "Arguments": "/Silent", "PostInstall": [] }, "Virtual": { "Arguments": "/Silent", "PostInstall": [] } } } |