Skip to content

Commit

Permalink
Move to WIP as no longer working
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGough committed Jun 26, 2022
1 parent 4787303 commit 66b5c2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Nevergreen/WIP/Get-PlantronicsHub.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$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'

0 comments on commit 66b5c2e

Please sign in to comment.