You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2013/11/08 18:52:17 UTC

[jira] [Commented] (CB-5324) Windows8 build fails due to invalid image references

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

Sergey Grebnov commented on CB-5324:
------------------------------------

package.appxmanifest
    <Application Id="$safeprojectname$" StartPage="www/index.html">
      <VisualElements DisplayName="$projectname$" 
                      Logo="www\img\logo.png" 
                      SmallLogo="www\img\smalllogo.png"
                      Description="CordovaApp" 
                      ForegroundText="light" 
                      BackgroundColor="#464646">
        <DefaultTile ShowName="allLogos" />
        <SplashScreen Image="www\img\splashscreen.png" />
      </VisualElements>
    </Application>

must be replaced with 

    <Application Id="$safeprojectname$" StartPage="www/index.html">
      <VisualElements DisplayName="$projectname$" 
                      Logo="images\logo.png" 
                      SmallLogo="images\smalllogo.png"
                      Description="CordovaApp" 
                      ForegroundText="light" 
                      BackgroundColor="#464646">
        <DefaultTile ShowName="allLogos" />
        <SplashScreen Image="images\splashscreen.png" />
      </VisualElements>
    </Application>

> Windows8 build fails due to invalid image references
> ----------------------------------------------------
>
>                 Key: CB-5324
>                 URL: https://issues.apache.org/jira/browse/CB-5324
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, Windows 8
>         Environment: Windows8
>            Reporter: Sergey Grebnov
>            Assignee: Sergey Grebnov
>
> package.appxmanifest(18,152): error APPX0703: Manifest references file 'www\img\smalllogo.png' which is not part of the payload. [C:\..\platforms\windows8\CordovaApp.jsproj]



--
This message was sent by Atlassian JIRA
(v6.1#6144)