mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
tageditor label fix
This commit is contained in:
@@ -2,6 +2,6 @@ tageditor)
|
||||
name="Tag Editor"
|
||||
type="dmg"
|
||||
downloadURL="https://amvidia.com/downloads/tag-editor-mac.dmg"
|
||||
appNewVersion=curl -sf "https://amvidia.com/tag-editor" | grep -o -E '"softwareVersion":.'"{8}" | sed 's/\"//g' | awk -F ': ' '{print $2}'
|
||||
appNewVersion=$(curl -sf "https://amvidia.com/tag-editor" | grep -o -E '"softwareVersion":.'"{8}" | sed -E 's/.*"([0-9.]*).*/\1/g')
|
||||
expectedTeamID="F2TH9XX9CJ"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user