mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 16:13:12 +01:00
Update NotifyMacOSX.py
The filename for terminal-notifier is incorrect for Homebrew (terminal-notify is the package name)
This commit is contained in:
parent
18b46c0099
commit
e73025863b
@ -93,7 +93,7 @@ class NotifyMacOSX(NotifyBase):
|
|||||||
|
|
||||||
# The possible paths to the terminal-notifier
|
# The possible paths to the terminal-notifier
|
||||||
notify_paths = (
|
notify_paths = (
|
||||||
'/opt/homebrew/bin/terminal-notify',
|
'/opt/homebrew/bin/terminal-notifier',
|
||||||
'/usr/local/bin/terminal-notifier',
|
'/usr/local/bin/terminal-notifier',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user