diff --git a/Nevergreen/Apps/Get-PlantronicsHub.ps1 b/Nevergreen/Apps/Get-PlantronicsHub.ps1 deleted file mode 100644 index c5a39ac..0000000 --- a/Nevergreen/Apps/Get-PlantronicsHub.ps1 +++ /dev/null @@ -1,5 +0,0 @@ -$Version = Get-Version -Uri 'https://www.poly.com/gb/en/support/downloads-apps/hub-desktop' -Pattern 'Version ((?:\d+\.)+\d+)' - -$URL32 = Get-Link -Uri 'https://www.poly.com/gb/en/support/downloads-apps/hub-desktop' -MatchProperty href -Pattern 'PlantronicsHubInstaller\.exe$' -PrefixDomain - -New-NevergreenApp -Name 'Plantronics Hub' -Version $Version -Uri $URL32 -Architecture 'x86' -Type 'Exe' \ No newline at end of file