Apps/Get-ZebraCardStudio.ps1

$URL32 = (Resolve-Uri -Uri 'https://cardstudio.zebra.com/download').Uri

$Version = $URL32 | Get-Version

New-NevergreenApp -Name 'Zebra Card Studio' -Version $Version -Uri $URL32 -Architecture 'x86' -Type 'Exe'