mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-21 13:20:59 +00:00
Add Alfred and label
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user