Manifests/JASP.json
{ "Name": "JASP", "Source": "https://jasp-stats.org/", "Get": { "Update": { "Uri": "https://api.github.com/repos/jasp-stats/jasp-desktop/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.msi$" }, "Download": { "Uri": "https://static.jasp-stats.org/JASP-#version-64bit.msi", "ReplaceText": "#version" } }, "Install": { "Setup": "JASP-*.msi", "Physical": { "Arguments": "/install /passive /norestart", "PostInstall": [] }, "Virtual": { "Arguments": "/install /passive /norestart", "PostInstall": [] } } } |