This happens on OS X (didn't test other platforms) when I'm not have the `icon` option: <img width="349" alt="screen shot 2015-10-07 at 11 31 41" src="https://cloud.githubusercontent.com/assets/125676/10333908/2135c40e-6ce7-11e5-8e69-ca0e21140ffa.png"> and when I have it: <img width="339" alt="screen shot 2015-10-07 at 11 32 05" src="https://cloud.githubusercontent.com/assets/125676/10333909/22d1b6b0-6ce7-11e5-9189-d884348e2b1d.png"> Am I missing something? How could I get rid of the terminal icon next to the title? ``` notifier.notify({ title: 'Title', message: 'Hello, world!', icon: 'path/to/image.png, }, function(error, response) { console.log('error', response); }); ```