julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.35k stars 331 forks source link

-sender 'com.apple.AppStore' opens System Preferences, not the App Store app #277

Open tjluoma opened 4 years ago

tjluoma commented 4 years ago

Please check everything that applies to your issue:

To help us debug your issue please include:

`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.

JayBrown commented 3 years ago

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'