

Open -a 'Brave Browser.app' -args -disable-component-update -check-for-update-interval=630720000 You could do both commands by adding one after the other like this: Tell application "Brave Browser" to activate The script would look like this (use Script Editor - should be in /Applications/Utilities): if application "Brave Browser" is running thenĭo shell script "open -a '/Applications/Brave Browser.app' -args -disable-component-update" Open -a 'Brave Browser.app' -args -disable-component-update

Open -a 'Brave Browser.app' -args -check-for-update-interval=630720000 (that’s 20 years expressed in seconds) or What I’d suggest is writing a tiny AppleScript to issue the command you want to try: I tried using both (20 years in seconds for the first) and they didn’t return an error, but I don’t know that they worked, either. -disable-component-update - no description.Should only be used for testing purposes.

