electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
674 stars 85 forks source link

Wrong resolution for icon in taskbar #125

Closed baldash closed 4 years ago

baldash commented 4 years ago

I'm trying to set my icons properly but there seems to be 2 issues:

The first one is the icon resolution for the taskbar (weird / bad resolution):

Electron-Taskbar-Ico

The second one is the icon resolution for the windows store / intaller (too small):

Electron-Appx-Installer-Ico

[EDIT]

The second one is fixed, I simply had to set another resource than the default selected one in the Appx manifest <Logo> section in <Properties>

For the other issue I used this comment as a guideline: https://github.com/electron-userland/electron-builder/issues/987#issuecomment-267406485

My icon quality is better but still the same size

baldash commented 4 years ago

Fixed here, sometimes just take a good night of sleep and read more:

https://github.com/electron-userland/electron-builder/issues/987#issuecomment-549735473

baldash commented 4 years ago

if someone's interested I created a .bat file to automate the tasks just PM me

rugobal commented 6 months ago

Hi, I'm having the exact same problem and I don't know how to fix it. Do you really need to download VS 2015?

Could you please share the .bat file to automate this? It would be a lifesaver.