mirror of https://github.com/caronc/apprise
Update NotifyMacOSX.py
The filename for terminal-notifier is incorrect for Homebrew (terminal-notify is the package name)pull/539/head
parent
18b46c0099
commit
e73025863b
|
@ -93,7 +93,7 @@ class NotifyMacOSX(NotifyBase):
|
|||
|
||||
# The possible paths to the terminal-notifier
|
||||
notify_paths = (
|
||||
'/opt/homebrew/bin/terminal-notify',
|
||||
'/opt/homebrew/bin/terminal-notifier',
|
||||
'/usr/local/bin/terminal-notifier',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue