mirror of
https://github.com/Installomator/Installomator.git
synced 2026-06-13 06:00:26 +01:00
change to universal app
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user