Thread: [See Bugtracker] Mac Notification Center Integration
View Single Post
  #17  
Old 21.03.2017, 10:54
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,528
Default

The error indicates JD is unable to locate "terminal-notifier". Please modify the following variable in the script to set the correct path.
Code:
var notifier = "./terminal-notifier.app/Contents/MacOS/terminal-notifier"; // <- Set path to "terminal-notifier"
Reply With Quote