Merge pull request #257 from fleish/dev

Added Sync
This commit is contained in:
Søren Theilgaard
2021-09-21 15:47:30 +02: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"
;;