electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
678 stars 86 forks source link

Trying to add icon with no success #60

Closed ahadcove closed 7 years ago

ahadcove commented 7 years ago

im using --icon=src/assets/icons/win/icon.ico with no success For some reason the icon is just not changing. Am I doing something wrong?

felixrieseberg commented 7 years ago

Are you in the right repo? We don't even have an icon option 😆. electron-windows-store isn't responsible for the icon of your Electron app, you'd do that with electron-packager or any of the other "compilation" packages :wink:

ahadcove commented 7 years ago

Oh okay, didn't know lol. That makes sense. Yes im in the right repo just didn't realize I had to set that in electron-packager hahaha

liuxh0 commented 6 years ago

Hi,

I use the icon option of electron-packager, it works for generated exe.

After that I use electron-windows-store to generate appx, then the icon disappears. It just use default electron icon. Am I doing something wrong?