[ 
https://issues.apache.org/jira/browse/CB-7077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl Pogue closed CB-7077.
----------------------------
    Resolution: Won't Fix

This appears to be an issue on FirefoxOS, which is no longer supported.

> 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
>            Priority: Major
>
> 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
(v7.6.3#76005)

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

Reply via email to