[TIMOB-19970] Windows: Warning about duplicate default icon, not overwritten by DefaultIcon
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2015-12-01T05:31:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.2.0 |
Components | Windows |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Kota Iguchi |
Created | 2015-11-13T10:49:25.000+0000 |
Updated | 2017-03-16T22:14:12.000+0000 |
Description
Windows builds have two Remove all icons from
Place the attached
Open
Square44x44Logo.png
files of which one has a .scale-100
qualifier and is the default Appcelerator logo instead of one generated from DefaultIcon.png
like the other icons. The build also displays a warning that you should not mix images with and without qualifier.
Create a new Windows project.
Remove all icons from Resources/windows
.
Place the attached DefaultIcon.png
in the project root.
Build the project and confirm you see this warning:
[WARN] C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): w
arning APPX1621: A mixture of images matching logical name 'Square44x44Logo.png' exists in this project with and without
the "scale" or "targetsize" qualifier specified. For predictable runtime behavior, explicitly specify the scale or targ
et size in each image asset's file name. [C:\Users\Fokke\AppData\Local\Temp\appc-sample-ti510\phone.x86\Ti510.vcxproj]
Open build/windows/Assets
and confirm there is a Square44x44Logo.scale-100.png
image which is the default Appcelerator logo and not generated from our DefaultIcon.png
.
Attachments
File | Date | Size |
---|---|---|
DefaultIcon.png | 2015-11-13T10:45:53.000+0000 | 99231 |
Screen Shot 2015-11-13 at 11.38.57.png | 2015-11-13T10:57:43.000+0000 | 40232 |
This should be fixed by TIMOB-19103, which is scheduled to release in 5.2.0.
Sure? That doesn't change anything about the icon names we use right? Nor fix the missing icon
Yes, it works in combination with TIMOB-19487. We don't use Square44x44Logo.scale-100.png for now.
Cool
Closing ticket as duplicate.