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

Audrey So commented on CB-7077:
-------------------------------

Hi! Are you still having issues with this? If not, please let me know so I can 
close it. Thanks so much!

> Icons settings are not copied from custom manifest.webapp from 
> {projektname}/www folder
> ---------------------------------------------------------------------------------------
>
>                 Key: CB-7077
>                 URL: https://issues.apache.org/jira/browse/CB-7077
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-cli
>    Affects Versions: 3.5.0
>            Reporter: Wolfram Nikolas Müller
>
> Steps to reproduce:
> Create a new project.
> {noformat}
> cordova create test com.test.test TestProject
> {noformat}
> Add Firefox Os:
> {noformat}
> cordova platform add firefoxos
> {noformat}
> Create custom manifest.webapp in test/www with
> {code:javascript}
> { 
>     "launch_path":"/index.html",
>     "installs_allowed_from":["*"],
>     "version":"0.0.1",
>     "name":"My app",
>     "pkgName":"io.cordova.hellocordova",
>     "icons": {
>         "128": "/img/logo.png"
>     }
> }
> {code}
> run
> {noformat}
> cordova prepare
> {noformat}
> the file manifest.webapp in test/platforms/firefoxos/www/ contains
> {code:javascript}
> {
>     "launch_path": "/index.html",
>     "installs_allowed_from": [
>         "*"
>     ],
>     "version": "0.0.1",
>     "name": "TestProject",
>     "pkgName": "com.test.test",
>     "icons": {},
>     "description": "A sample Apache Cordova application that responds to the 
> deviceready event.",
>     "developer": {
>         "name": "Apache Cordova Team",
>         "url": "http://cordova.io";
>     }
> }
> {code}
> Issue:
> The icons hash is empty.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to