Windows上任务栏图标不正确 #503
-
我在 win:
icon: 'build/icon.png' import icon from '../../resources/icon.png?asset'
mainWindow = new BrowserWindow({
icon: icon,
// ...
}) 但是在Windows系统上任务栏的图标和标题栏图标一直不正确,还是默认的electron图标 在打包之后我发现任务栏上的图标好像是指向 把这个图标替换掉好像就正常了 |
Beta Was this translation helpful? Give feedback.
Answered by
Zhoucheng133
May 11, 2024
Replies: 1 comment
-
打扰了🙏,刷新一下资源管理器就好了XD |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Zhoucheng133
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
打扰了🙏,刷新一下资源管理器就好了XD