fix appxmanifest values

This commit is contained in:
Gabriel 2017-06-15 12:00:49 -03:00 committed by Gabriel Bazán
commit b388ddb98a
5 changed files with 21 additions and 8 deletions

11
build.json Normal file
View file

@ -0,0 +1,11 @@
{
"windows": {
"debug": {
"packageCertificateKeyFile": "platforms\\windows\\CordovaApp_TemporaryKey.pfx"
},
"release": {
"packageThumbprint": "ABCABCABCABC123123123123",
"publisherId": "CN=F89609D1-EB3E-45FD-A58A-C2E3895FCE7B"
}
}
}