javascript - Electron icns not showing up -


i installed electron-prebuilt inside main project root (locally).

i browse node_modules/electron-prebuilt/ , see electron app package.

then show package contents , browser resources/ app atom.icns can found (i converted atom.icns atom.png 1024x1024 file).

i replace atom.icns default icon own .icns naming same atom.icons move app folder , original folder.

pratically followed these steps https://github.com/atom/electron/issues/654

problem icon not appear can see blank icon "disabled" figure on if icon missing.

any idea?

i think should use electron-packager suggested electron. pass icon via icon option of electron-packager.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -