Manifests/VercelHyper.json
{ "Name": "Vercel Hyper", "Source": "https://hyper.js/", "Get": { "Uri": "https://api.github.com/repos/vercel/hyper/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$|\\.msi$" }, "Install": { "Setup": "hyper-Setup*.exe", "Preinstall": "", "Physical": { "Arguments": "/s", "PostInstall": [ "Remove-Item -Path \"$env:Public\\Desktop\\Hyper.lnk\" -Force -ErrorAction SilentlyContinue" ] }, "Virtual": { "Arguments": "/s", "PostInstall": [ "Remove-Item -Path \"$env:Public\\Desktop\\Hyper.lnk\" -Force -ErrorAction SilentlyContinue" ] } } } |