mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-30 14:23:13 +01:00
updated Brave downloadURL
This commit is contained in:
@@ -986,7 +986,7 @@ brave)
|
|||||||
# credit: @securitygeneration
|
# credit: @securitygeneration
|
||||||
name="Brave Browser"
|
name="Brave Browser"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL="https://laptop-updates.brave.com/latest/osx"
|
downloadURL=$(curl --location --fail --silent "https://updates.bravesoftware.com/sparkle/Brave-Browser/stable/appcast.xml" | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
||||||
expectedTeamID="KL8N8XSYF4"
|
expectedTeamID="KL8N8XSYF4"
|
||||||
;;
|
;;
|
||||||
umbrellaroamingclient)
|
umbrellaroamingclient)
|
||||||
|
|||||||
Reference in New Issue
Block a user