Manifests/mRemoteNG.json
{ "Name": "mRemoteNG", "Source": "https://mremoteng.org/", "Get": { "Uri": "https://api.github.com/repos/mRemoteNG/mRemoteNG/releases", "ContentType": "application/json; charset=utf-8", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*" }, "Install": { "Setup": "AppName.*.exe", "Physical": { "Arguments": "", "PostInstall": [ ] }, "Virtual": { "Arguments": "", "PostInstall": [ "Get-Service -Name AdobeARMservice -ErrorAction SilentlyContinue | Set-Service -StartupType Disabled" ] } } } |