mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-05 22:04:39 +01:00
9 lines
332 B
Bash
9 lines
332 B
Bash
rodeconnect)
|
|
name="RODE Connect"
|
|
type="pkgInZip"
|
|
packageID="com.rodeconnect.installer"
|
|
downloadURL="https://cdn1.rode.com/rodeconnect_installer_mac.zip"
|
|
appNewVersion="$(curl -fs https://rode.com/software/rode-connect | grep -i -o ">Current version .*<" | cut -d " " -f4)"
|
|
expectedTeamID="Z9T72PWTJA"
|
|
;;
|