mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
598 B
Bash
9 lines
598 B
Bash
craftmanager)
|
|
name="CraftManager"
|
|
type="zip"
|
|
#downloadURL="https://craft-assets.invisionapp.com/CraftManager/production/CraftManager.zip"
|
|
downloadURL="$(curl -fs https://craft-assets.invisionapp.com/CraftManager/production/appcast.xml | xpath '(//rss/channel/item/enclosure/@url)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)"
|
|
appNewVersion="$(curl -fs https://craft-assets.invisionapp.com/CraftManager/production/appcast.xml | xpath '(//rss/channel/item/enclosure/@sparkle:shortVersionString)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)"
|
|
expectedTeamID="VRXQSNCL5W"
|
|
;;
|