mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Add a label of AppCleaner
This commit is contained in:
@@ -467,7 +467,12 @@ case $label in
|
|||||||
downloadURL=$(curl -fs https://royaltsx-v4.royalapps.com/updates_stable | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
downloadURL=$(curl -fs https://royaltsx-v4.royalapps.com/updates_stable | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
||||||
expectedTeamID="VXP8K9EDP6"
|
expectedTeamID="VXP8K9EDP6"
|
||||||
;;
|
;;
|
||||||
|
appclener)
|
||||||
|
name="AppCleaner"
|
||||||
|
type="zip"
|
||||||
|
downloadURL=$(curl -fs https://freemacsoft.net/appcleaner/Updates.xml | xpath '//rss/channel/*/enclosure/@url' 2>/dev/null | tr " " "\n" | sort | tail -1 | cut -d '"' -f 2)
|
||||||
|
expectedTeamID="X85ZX835W9"
|
||||||
|
;;
|
||||||
|
|
||||||
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
||||||
# packages)
|
# packages)
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
1password7
|
1password7
|
||||||
|
appclener
|
||||||
atom
|
atom
|
||||||
aviatrix
|
aviatrix
|
||||||
bbedit
|
bbedit
|
||||||
|
|||||||
Reference in New Issue
Block a user