You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terminal-notifier -title "The Title" -message "A message about Mac App Store" -sender 'com.apple.AppStore' This command gets stuck and does not return.
The text was updated successfully, but these errors were encountered:
I think this might be a change in Ventura (and above) for security reasons hence -sender no longer works?
Maybe copy the icon and use -appIcon URL it probably supports file://
terminal-notifier -title "The Title" -message "A message about Mac App Store" -sender 'com.apple.AppStore'
This command gets stuck and does not return.The text was updated successfully, but these errors were encountered: