terminal-notifier
terminal-notifier copied to clipboard
-sender 'com.apple.AppStore' opens System Preferences, not the App Store app
Please check everything that applies to your issue:
- [X] I looked in closed issues and it has not already been answered
- [ ] My issue appeared with a terminal-notifier update
- [ ] I'm using a tool that uses terminal-notifier (guard-notifier, node-notifier...)
To help us debug your issue please include:
- ProductName: 10.15.3 / 19D76
- version terminal-notifier 2.0.0
- how did you install terminal-notifier homebrew
- step-by-step reproduction instructions:
`terminal-notifier -title "The Title" -message "A message about Mac App Store" -sender 'com.apple.AppStore'
If you click on it, System Preferences opens, instead of the App Store.
Just tried it, and you're correct. But it works with
-execute 'open -b com.apple.AppStore'
or
-activate 'com.apple.AppStore'
instead of
-sender 'com.apple.AppStore'