9

I actually build my first universal app on windows 10, and I don't konw to change the main icon of the application (icon visible on taskbar) ?

I've setted icon in visual assets with no visible change. Can you help me ?

Thanks Mickaël

karann - MSFT
  • 481
  • 2
  • 11
user3166910
  • 91
  • 1
  • 2
  • 1
    It should be the 24px one in the visual assets. – Justin XL Aug 31 '15 at 21:24
  • I have try to clear all assets and set them again, and it is ok. But after that, I try to update again the main icon, I did the same operation and this time, the icon not update... really strange... – user3166910 Sep 03 '15 at 19:18
  • I highly recommend UWP Visual Assets Generator. You can install it as an add-on in VS. It will generate any/all image assets for you from a single image AND add them to your project in the correct folders AND update your project including the manifest. Worked amazing for me on the first try – SendETHToThisAddress Apr 28 '20 at 06:56

2 Answers2

9

You must set the 24x24 px image under Assets\Square44x44Logo.png

GeralexGR
  • 2,973
  • 6
  • 24
  • 33
4

I've had similar problems, then this tool solved it for me.

Seems like the problem was that I also needed to have some of those Square44x44Logo.targetsize-xx.png files, because the problem happened again after I removed those (autogenerated) files.

Yoav Feuerstein
  • 1,925
  • 2
  • 22
  • 53
  • default VS 2017 generate already generates those and sets under the manifest but Main Icon is still not updating. – Emil Aug 01 '18 at 11:34