Merge branch 'Installomator:dev' into dev

This commit is contained in:
John Hutchison
2021-09-21 10:58:49 -04:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -272,6 +272,7 @@ sublimetext
supportapp
suspiciouspackage
swiftruntimeforcommandlinetools
sync
tableaudesktop
tableaureader
taskpaper

7
fragments/labels/sync.sh Normal file
View File

@@ -0,0 +1,7 @@
sync)
name="Sync"
type="dmg"
downloadURL="https://www.sync.com/download/apple/Sync.dmg"
appNewVersion="$(curl -fs "https://www.sync.com/blog/category/desktop/feed/" | xpath '(//channel/item/title)[1]' 2>/dev/null | sed -E 's/^.* ([0-9.]*) .*$/\1/g')"
expectedTeamID="7QR39CMJ3W"
;;