change to universal app

This commit is contained in:
Mirko Steinbrecher
2026-06-08 13:11:14 +02:00
parent add4f92315
commit 66e89af556

View File

@@ -1,10 +1,10 @@
techsmithaudiate)
name="TechSmith Audiate"
type="zip"
type="dmg"
feedURL="https://cdn-audiate.cloud.techsmith.com/audiate/latest-mac.yml"
baseURL="https://cdn-audiate.cloud.techsmith.com/audiate/"
appNewVersion="$(curl -fsL "$feedURL" | awk -F': ' '/^version: /{print $2}')"
downloadURL="${baseURL}$(curl -fsL "$feedURL" | awk -F': ' '/^path: /{print $2}')"
downloadURL="${baseURL}$(curl -fsL "$feedURL" | awk '/universal.*\.dmg/{print $3}')"
appName="Audiate.app"
expectedTeamID="7TQL462TU8"
;;