Software Archive
Read-only legacy content

see attachment square icon shown as wide icon with wide label - in windows xdk app icons... see attachment...

Leonidas_S_
New Contributor I
553 Views

see attachment square icon shown as wide icon with wide label - in windows xdk app icons... see attachment...310x310 and is wide

0 Kudos
2 Replies
Anthony_H_Intel
Employee
553 Views

Leonidas-

You're correct, it's a bug. I'll file a request to change. In the meantime, you can add the correct icon by adding these lines to your intelxdk.config.additions.xml file and, obviously, adding the appropriate icon to the package-assets folder:

    <platform name="windows">
        <icon src="res/Windows/Wide310x150Logo.png" target="Wide310x150Logo" />
    </platform>

You can name that icon file anything you want and using the windows folder is up to you, this is just an example.
This is the standard Cordova tag for adding icons.

Tony

0 Kudos
PaulF_IntelCorp
Employee
553 Views

Thank you, Leonidas, for that bug report. I'll file an issue on your behalf.

0 Kudos
Reply