Я пытался использовать node-notifier в NWjs на Windows 10. Это не сработало.Позже я нашел объявление ниже на странице npm уведомителя узла, но моя версия Windows 1803, а не 1709. Нужно ли мне устанавливать AppId?Как установить его на NWjs?Я использую Webpack и NWjs 0.27.4.
Windows 10 Fall Creators Update (Version 1709) Note:
With the Fall Creators Update Notifications on Windows 10 will only work as
expected if the correct appID is specified. Your appID has to be exactly the
same as registered with the install of your app. You can find the ID of your
App by searching the registry for the appID you specified at installation of
your app. For example if you are using the squirrel framework your appIDwill
be something like com.squirrel.your.app.
Default behaviour is to have the underlying toaster applicaton as appId.
This works as expected, but shows SnoreToast as text in the notification.
Snoretoast is used to get native Windows Toasts!