[ 
https://issues.apache.org/jira/browse/CB-7823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14177194#comment-14177194
 ] 

Adam Fónagy commented on CB-7823:
---------------------------------

It seems manifest.webapp file in www directory has wrong icon path too.

> Building FirefoxOS project creates invalid config.xml
> -----------------------------------------------------
>
>                 Key: CB-7823
>                 URL: https://issues.apache.org/jira/browse/CB-7823
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, FirefoxOS
>    Affects Versions: 4.0.0
>         Environment: Ubuntu x64 14.04
>            Reporter: Adam Fónagy
>
> This is a snippet of my config.xml in the project directory:
>     <platform name="firefoxos">
>         <icon height="128" src="res/firefoxos/icon128.png" width="128" />
>         <icon height="60" src="res/firefoxos/icon60.png" width="60" />
>     </platform>
> cordova build firefoxos command perpares the config.xml in 
> platforms/firefoxos direcory with icon reltated settings like this:
>     <platform name="firefoxos">
>         <icon height="128" src="icon/icon-128.png" width="128" />
>         <icon height="60" src="icon/icon-60.png" width="60" />
>     </platform>
>     <icon height="128" src="res/firefoxos/icon128.png" width="128" />
>     <icon height="60" src="res/firefoxos/icon60.png" width="60" />
> When I upload the app to my phone I see the icon is the default cordova icon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to