diff --git a/app-template/bitpay/appConfig.json b/app-template/bitpay/appConfig.json
index 1e1b40255..b5d5445f4 100644
--- a/app-template/bitpay/appConfig.json
+++ b/app-template/bitpay/appConfig.json
@@ -17,8 +17,8 @@
"url": "https://bitpay.com",
"appDescription": "Secure Bitcoin Wallet",
"winAppName": "BitPayWallet",
- "wpPublisherId": "{}",
- "wpProductId": "{}",
+ "WindowsStoreIdentityName": "18C7659D.BitPaySecureBitcoinWallet",
+ "WindowsStoreDisplayName": "BitPay - Secure Bitcoin Wallet",
"windowsAppId": "2d1002d7-ee34-4f60-bd29-0c871ba0c195",
"pushSenderId": "1036948132229",
"description": "Secure Bitcoin Wallet",
diff --git a/app-template/config-template.xml b/app-template/config-template.xml
index ae3db5723..1abc0fb7a 100644
--- a/app-template/config-template.xml
+++ b/app-template/config-template.xml
@@ -17,6 +17,9 @@
+
+
+
@@ -59,7 +62,6 @@
-
@@ -69,7 +71,7 @@
-
+
diff --git a/app-template/copay/appConfig.json b/app-template/copay/appConfig.json
index deab492ac..72cb5c54d 100644
--- a/app-template/copay/appConfig.json
+++ b/app-template/copay/appConfig.json
@@ -17,8 +17,8 @@
"url": "https://copay.io",
"appDescription": "Copay Bitcoin Wallet",
"winAppName": "CopayWallet",
- "wpPublisherId": "{31cdd08b-457c-413d-b440-f6665eec847d}",
- "wpProductId": "{5381aa50-9069-11e4-84cc-293caf9cbdc8}",
+ "WindowsStoreIdentityName": "18C7659D.CopayWallet",
+ "WindowsStoreDisplayName": "Copay Bitcoin Wallet",
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
"pushSenderId": "1036948132229",
"description": "A Secure Bitcoin Wallet",
diff --git a/app-template/package-template.json b/app-template/package-template.json
index 2da610c8b..d9ebdd18a 100644
--- a/app-template/package-template.json
+++ b/app-template/package-template.json
@@ -91,10 +91,10 @@
"build:www-release": "grunt prod",
"build:ios": "cordova prepare ios && cordova build ios --debug",
"build:android": "cordova prepare android && cordova build android --debug",
- "build:windows": "cordova prepare windows && cordova build windows -- --arch=\"x86\"",
+ "build:windows": "cordova prepare windows && cordova build windows -- --arch=\"ARM\"",
"build:ios-release": "cordova prepare ios && cordova build ios --release",
"build:android-release": "cordova prepare android && cordova build android --release",
- "build:windows-release": "cordova prepare windows && cordova build windows --release --arch=\"x86\"",
+ "build:windows-release": "cordova prepare windows && cordova build windows --release --arch=\"ARM\"",
"build:desktop": "grunt desktop",
"build:osx": "grunt osx",
"open:ios": "open platforms/ios/*.xcodeproj",
diff --git a/build.json b/build.json
new file mode 100644
index 000000000..921006b10
--- /dev/null
+++ b/build.json
@@ -0,0 +1,11 @@
+{
+ "windows": {
+ "debug": {
+ "packageCertificateKeyFile": "platforms\\windows\\CordovaApp_TemporaryKey.pfx"
+ },
+ "release": {
+ "packageThumbprint": "ABCABCABCABC123123123123",
+ "publisherId": "CN=F89609D1-EB3E-45FD-A58A-C2E3895FCE7B"
+ }
+ }
+}
\ No newline at end of file