Vue-cli-plugin-electron-builder: Weird icon

Created on 6 Feb 2020  ·  4Comments  ·  Source: nklayman/vue-cli-plugin-electron-builder

I came across a weird issue.
I have setup the icon as stated in the docs with this icon:
icon

In my dock it shows fine:
Screenshot 2020-02-06 at 15 10 34

But the problem is this:
Screenshot 2020-02-06 at 15 11 35

Anyone has an idea where to look at?

Most helpful comment

I encountered this as well and solved it by making sure the icons are in the build/ folder and not in build/icons which is where electron-icon-builder normally saves the generated icons.

See https://www.electron.build/icons

All 4 comments

Did you follow the icon guide? Check out the example as well and see if that works for you.

I encountered this as well and solved it by making sure the icons are in the build/ folder and not in build/icons which is where electron-icon-builder normally saves the generated icons.

See https://www.electron.build/icons

@fridzema can you try @alfonzm and my suggestions and see if they fix the issue?

@alfonzm that seems to do the trick, thanks!
@nklayman Thanks for your support!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

webees picture webees  ·  5Comments

mrin9 picture mrin9  ·  6Comments

devlerone picture devlerone  ·  4Comments

thislooksfun picture thislooksfun  ·  6Comments

HarlanGitHub picture HarlanGitHub  ·  4Comments