You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using notifications and a custom icon for your App you need to change CFBundleIdentifier to something different than com.intel.nw. If you don't you will always see the node-webkit icon instead of your application icon in the notification center. This might only happen if you send notifications with node-webkit before because the notification center caches application icons.
The text was updated successfully, but these errors were encountered:
Yes, that was my fix. Just wanted to document the issue, to spare other the search and maybe fix it in a future version by setting the CFBundleIdentifier automatically to something like com.node-webkit-builder.APPNAME
When using notifications and a custom icon for your App you need to change
CFBundleIdentifier
to something different thancom.intel.nw
. If you don't you will always see the node-webkit icon instead of your application icon in the notification center. This might only happen if you send notifications with node-webkit before because the notification center caches application icons.The text was updated successfully, but these errors were encountered: