Turbo87 / webpack-notifier

webpack + node-notifier = build status system notifications
ISC License
306 stars 41 forks source link

Suppress Terminal Icon (macOS) #32

Closed mfour-merickson closed 3 years ago

mfour-merickson commented 7 years ago

I have the following configuration

    new WebpackNotifierPlugin({
      title: 'Webpack DIY Build Status',
      excludeWarnings: true,
      icon: path.join(__dirname, 'resources/assets/logo.png')
    }),

and all works as expected. However, I am curious if it possible to suppress the small terminal icon that is part of the title (only appears when I have customized the icon property

image

Gvozd commented 3 years ago

@mfour-merickson It looks like this is not an easy task, and requires recompilation of terminal-notifier

See node-notifier documentation for more info

I believe that this task does not belong to this package, but rather to node-notifier, so I close the issue