fix appxmanifest values
This commit is contained in:
parent
4772faf758
commit
b388ddb98a
5 changed files with 21 additions and 8 deletions
11
build.json
Normal file
11
build.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"windows": {
|
||||
"debug": {
|
||||
"packageCertificateKeyFile": "platforms\\windows\\CordovaApp_TemporaryKey.pfx"
|
||||
},
|
||||
"release": {
|
||||
"packageThumbprint": "ABCABCABCABC123123123123",
|
||||
"publisherId": "CN=F89609D1-EB3E-45FD-A58A-C2E3895FCE7B"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue