我在nodejs中写道
var exec = require('child_process').exec;
var pwd = 'osascript -e \'display notification "'+path.basename(des)+'" with title "'+ name + time +'"\''
exec(pwd, function (error, stdout, stderr) {
})
喜欢
怎么会这样
问题:
如何更改左侧的图标显示?
答案 0 :(得分:0)
已经有answer for this on AskDifferent。
自Apple Documentation
display notification
起,没有更改te图标的参数。
display notification
将使用您脚本的图标。您可以选择更改捆绑包的图标(参见屏幕)。