mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
283 B
Bash
8 lines
283 B
Bash
tidal)
|
|
name="TIDAL"
|
|
type="dmg"
|
|
downloadURL="https://download.tidal.com/desktop/TIDAL.dmg"
|
|
appNewVersion=$(curl -fs https://update.tidal.com/updates/latest\?v\=1 | cut -d '"' -f4 | sed -E 's/https.*\/TIDAL\.([0-9.]*)\.zip/\1/g')
|
|
expectedTeamID="GK2243L7KB"
|
|
;;
|