Not working on windows (10)
nakshay opened this issue · 2 comments
nakshay commented
Hi @0xAX ,
I tried to use below code on MacOS it worked, but its not working on windows, Specifically I am using windows 10.
notifier := notificator.New(notificator.Options{
DefaultIcon: "icon/default.png",
AppName: "Tracker",
})
notifier.Push(title, body, iconPath, notificator.UR_CRITICAL)
L1F commented
I think it is because windows is not implemented.
nakshay commented
Readme says "Windows with growlnotify", anyway I don't need it now