Files
Installomator/fragments/labels/polylens.sh
Fletcher Salesky d18fd7f221 Create polylens.sh
2022-08-27 02:57:27 -07:00

8 lines
383 B
Bash

polylens)
name="Poly Lens"
type="dmg"
appNewVersion=$(curl -fs "https://info.lens.poly.com/lens-dt-rn/atom.xml" | grep "Version" | head -1 | cut -d "[" -f3 | sed 's/Version //g' | sed 's/]]\>\<\/title\>//g')
downloadURL="https://swupdate.lens.poly.com/lens-desktop-mac/$appNewVersion/$appNewVersion/PolyLens-$appNewVersion.dmg"
expectedTeamID="SKWK2Q7JJV"
;;