gpt4 book ai didi

electron - Electron 应用程序通知指出,即使打包后,应用程序发送的通知仍是electron.app。<应用程序名称>

转载 作者:行者123 更新时间:2023-12-03 12:30:40 25 4
gpt4 key购买 nike

制作了一个基本的CPU Monitor应用程序(https://drive.google.com/drive/folders/1f5yGQc4LFGj2baEjyHl5TT_LD5kM09uZ?usp=sharing),当CPU利用率超过一定百分比时会发送通知,然后打包了该项目。但是通知指出,创建通知的应用程序是electron.app.CPU Monitor而不是CPU Monitor。如何排除不必要的electron.app部分?
notification screenshot

最佳答案

最近似乎已经回答了这个问题:how can you overwrite or remove the signature “electron.app.Electron” from the desktop notification
在Windows上,似乎必须事先调用app.setAppUserModelId():

if (process.platform === 'win32')
{
app.setAppUserModelId(app.name)
}

关于electron - Electron 应用程序通知指出,即使打包后,应用程序发送的通知仍是electron.app。<应用程序名称>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64237127/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com