The default AppleScript icon is shown instead of anything informative. Is there any way to show something relevant to my application? ```javascript var dialog = require('dialog') dialog.info('Hello there') ``` 