mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-06 06:13:14 +01:00
@@ -278,6 +278,7 @@ sonoss2
|
|||||||
sourcetree
|
sourcetree
|
||||||
splashtopsos
|
splashtopsos
|
||||||
spotify
|
spotify
|
||||||
|
strongsync
|
||||||
sublimetext
|
sublimetext
|
||||||
supportapp
|
supportapp
|
||||||
suspiciouspackage
|
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