We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`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.
The text was updated successfully, but these errors were encountered:
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'
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: