Turbo87 / webpack-notifier

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

Use contentImage as icon on linux #17

Closed joernb closed 8 years ago

joernb commented 8 years ago

Displaying an image/icon on linux did not work for me using the contentImage parameter. However node-notifier supports displaying an icon on linux if it is passed in as "icon" parameter instead. I have seen, that this is somehow already handled as a special case for win32, so i just added linux to the list and that fixed it for me. Tested on Ubuntu 16.04.

Turbo87 commented 8 years ago

cool, thanks!

joernb commented 8 years ago

You are welcome, thanks for your work :thumbsup:. Are you planning to make a new release? That might also fix issue #15 .