mikaelbr / gulp-notify

gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging
MIT License
592 stars 40 forks source link

Remove default icon in title #122

Closed remisture closed 6 years ago

remisture commented 6 years ago

Hi,

Is there a way to remove the default terminal/shell icon in the title?

mikaelbr commented 6 years ago

Hi! You can do it, but it requires some work: https://github.com/mikaelbr/node-notifier#custom-icon-without-terminal-icon-on-macos

remisture commented 6 years ago

Thanks!