Add Alfred and label

This commit is contained in:
AP Orlebeke
2020-08-25 20:18:14 -04:00
parent be0f0a9cd0
commit 5c5dadfe9b
2 changed files with 8 additions and 0 deletions

View File

@@ -839,6 +839,13 @@ keepassxc)
downloadURL="$(downloadURLFromGit keepassxreboot keepassxc)"
expectedTeamID="G2S7P7J672"
;;
alfred)
name="Alfred"
type="dmg"
downloadURL=$(curl -fs https://www.alfredapp.com | awk -F '"' "/dmg/ {print \$2}" | head -1)
appName="Alfred 4.app"
expectedTeamID="XZZXE9SED4"
;;
# MARK: add new labels above here