You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my *.nuspec I added the following row <iconUrl>http://domain/Icon.png</iconUrl> then I packed and releasyfied my program.
After installing it the icon got used in Programs And Features but it mangled the image totally. Orginal After installation
Why on earth did it mangle the image? and how do I fix it, the specification for nuspec files told me to point it at a .png that is 64x64 with transparent background and that is what I did.
Also when is this Icon fetched? (at packaging time or installation time?)
The text was updated successfully, but these errors were encountered:
In my
*.nuspec
I added the following row<iconUrl>http://domain/Icon.png</iconUrl>
then I packed and releasyfied my program.After installing it the icon got used in
Programs And Features
but it mangled the image totally.Orginal
After installation
Why on earth did it mangle the image? and how do I fix it, the specification for nuspec files told me to point it at a
.png
that is 64x64 with transparent background and that is what I did.Also when is this Icon fetched? (at packaging time or installation time?)
The text was updated successfully, but these errors were encountered: