mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
@@ -278,6 +278,7 @@ sonoss2
|
||||
sourcetree
|
||||
splashtopsos
|
||||
spotify
|
||||
strongsync
|
||||
sublimetext
|
||||
supportapp
|
||||
suspiciouspackage
|
||||
|
||||
9
fragments/labels/strongsync.sh
Normal file
9
fragments/labels/strongsync.sh
Normal 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"
|
||||
;;
|
||||
Reference in New Issue
Block a user