https://bugs.winehq.org/show_bug.cgi?id=34645
tblodt@icloud.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tblodt@icloud.com
--- Comment #5 from tblodt@icloud.com --- A problem with using the NSUserNotificationCenter API for this is that there's no customization of the app icon. You could customize the app icon in the dock, but not in the notification center. This means that the executable's info.plist must point to a valid icon.
Plus, it's only available on 10.8. But you could use some kind of #ifdef, I guess