Create new label iDrive

This commit is contained in:
worthypants
2022-05-03 15:51:45 +02:00
parent 401d5ad138
commit ed01f6d741

View File

@@ -0,0 +1,9 @@
idrive)
name="IDrive"
type="pkgInDmg"
pkgName="IDrive.pkg"
downloadURL=$(curl -fs https://static.idriveonlinebackup.com/downloads/version_mac.js | sed 's/.*href\([^;]*\).*/\1/' | sed 's/.*\(https.*dmg\).*/\1/g')
appNewVersion=$(curl -fs https://static.idriveonlinebackup.com/downloads/version_mac.js | sed 's/.*mac_vernum=\([^;]*\).*/\1/' | sed 's/.*Version \([0-9.]*\).*/\1/')
versionKey="CFBundleVersion"
expectedTeamID="JWDCNYZ922"
;;