Manifests/ProtonVPN.json
{ "Name": "Proton VPN", "Source": "https://protonvpn.com/", "Get": { "Uri": "https://api.github.com/repos/ProtonVPN/win-app/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$" }, "Install": { "Setup": "ProtonVPN*.exe", "Physical": { "Arguments": "/exenoui /exelog C:\\Windows\\Temp\\ProtonVPN.log /qn /exenoupdates", "PostInstall": [ "TASKKILL /F /IM ProtonVPN.exe" ] }, "Virtual": { "Arguments": "/exenoui /exelog C:\\Windows\\Temp\\ProtonVPN.log /qn /exenoupdates", "PostInstall": [ "TASKKILL /F /IM ProtonVPN.exe" ] } } } |