Merge pull request #297 from Installomator/Strongsync

strongsync
This commit is contained in:
Søren Theilgaard
2021-10-29 08:50:00 +02:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -278,6 +278,7 @@ sonoss2
sourcetree
splashtopsos
spotify
strongsync
sublimetext
supportapp
suspiciouspackage

View File

@@ -0,0 +1,9 @@
strongsync)
name="Strongsync"
type="dmg"
#downloadURL="https://updates.expandrive.com/apps/strongsync/download_latest"
downloadURL=$(curl -fs "https://updates.expandrive.com/appcast/strongsync.xml" | xpath '(//rss/channel/item/enclosure/@url)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)
appNewVersion=$(curl -fs "https://updates.expandrive.com/appcast/strongsync.xml" | xpath '(//rss/channel/item/enclosure/@sparkle:version)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)
versionKey="CFBundleVersion"
expectedTeamID="CH86M498V4"
;;