Skip to main content

All Questions

Tagged with
0 votes
0 answers
27 views

Windows titlebar icon only shows top half of icon

Our app icon only shows the top half in Windows 11. We're working with Electron. Any ideas why this might happen?
Ian Jennings's user avatar
  • 2,299
0 votes
1 answer
2k views

Electron JS | How to change the icon of packaged .exe file?

I have an electron application packaged via electron-packager. ============== The platform is win32. For OS X (darwin) to change the icon of already packaged app you just need to replace the .icns ...
AnimateMe's user avatar
1 vote
0 answers
382 views

Listener for "accent color override" for system tray on windows on Electron

On Windows, the Electron systemPreferences API lets us listen for accent-color changes, as well as checking the existing accent-color. However, there is no way (as far as I can tell) to detect when a ...
ahash's user avatar
  • 510
2 votes
1 answer
6k views

How to change window icon in electron after browser is open?

I don't know if this is possible, but I figured I'd ask. After my electron app opens a browser window and is displaying some icon in the taskbar and in its title bar for the window, can I change one ...
jadraptor's user avatar
5 votes
1 answer
2k views

how do I programmatically change icon of a Windows executable and Mac application?

When distributing standalone applications built on node-webkit or Atom Shell, we are really just distributing the framework binary but with our application content in a subdirectory. We can of course ...
Shaun Lebron's user avatar
  • 2,531