mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-26 21:03:57 +00:00
Merge branch 'pr/260' into dev, closes #260
This commit is contained in:
6
fragments/labels/jamfconnectconfiguration.sh
Normal file
6
fragments/labels/jamfconnectconfiguration.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
jamfconnectconfiguration)
|
||||||
|
name="Jamf Connect Configuration"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL="https://files.jamfconnect.com/JamfConnect.dmg"
|
||||||
|
expectedTeamID="483DWKW443"
|
||||||
|
;;
|
||||||
7
fragments/labels/tageditor.sh
Normal file
7
fragments/labels/tageditor.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
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}'
|
||||||
|
expectedTeamID="F2TH9XX9CJ"
|
||||||
|
;;
|
||||||
7
fragments/labels/tom4aconverter.sh
Normal file
7
fragments/labels/tom4aconverter.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
tom4aconverter)
|
||||||
|
name="To M4A Converter"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL="https://amvidia.com/downloads/to-m4a-converter-mac.dmg"
|
||||||
|
appNewVersion=curl -sf "https://amvidia.com/to-m4a-converter" | grep -o -E '"softwareVersion":.'"{8}" | sed 's/\"//g' | awk -F ': ' '{print $2}'
|
||||||
|
expectedTeamID="F2TH9XX9CJ"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user