Vladimir Kotikov created CB-10303:
-------------------------------------

             Summary: Windows platform ignores 'buildConfig' option
                 Key: CB-10303
                 URL: https://issues.apache.org/jira/browse/CB-10303
             Project: Apache Cordova
          Issue Type: Bug
          Components: Windows
    Affects Versions: 4.3.0
            Reporter: Vladimir Kotikov
            Assignee: Vladimir Kotikov
            Priority: Critical
             Fix For: 4.3.0


When we run packaging, we put values in the build.json file like this:

{code:json}
{
  "windows": {
    "release": {
      "packageCertificateKeyFile": "res\\native\\windows\\CordovaApp.pfx",
      "publisherId": "CN=995C8641-FD13-454D-B93F-C1E4381956B9"
    }
  }
}
{code}

After the packaging, the appxmanifest file has this in it:
<Identity ... Publisher="CN=$username$" Version="1.1.0.0" />

The $username$ should have been replaced by 
CN=995C8641-FD13-454D-B93F-C1E4381956B9.




--
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