mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
368 B
Bash
9 lines
368 B
Bash
rodeconnect)
|
|
name="RODE Connect"
|
|
type="pkgInZip"
|
|
#packageID="com.rodeconnect.installer" #Versioned wrong as 0 in 1.1.0 pkg
|
|
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"
|
|
;;
|