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

Vladimir Kotikov updated CB-10303:
----------------------------------
    Description: 
When we run packaging, we put values in the build.json file like this:

{code:title=build.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.


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

{code:title=build.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.



> 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:title=build.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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to