diff --git a/apps/desktop/custom-appx-manifest.xml b/apps/desktop/custom-appx-manifest.xml
index 4eb84cde0e6..dce447ea2bf 100644
--- a/apps/desktop/custom-appx-manifest.xml
+++ b/apps/desktop/custom-appx-manifest.xml
@@ -18,8 +18,8 @@ xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/re
Publisher='${publisher}'
Version="${version}" />
- Bitwarden
- Bitwarden Inc
+ ${displayName}
+ ${publisherDisplayName}
A secure and free password manager for all of your devices.
assets\StoreLogo.png
@@ -94,11 +94,11 @@ xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/re
-
@@ -109,12 +109,12 @@ xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/re
- Bitwarden
+ ${displayName}
-
diff --git a/apps/desktop/electron-builder.beta.json b/apps/desktop/electron-builder.beta.json
index 51a32fe39fa..71850804cbd 100644
--- a/apps/desktop/electron-builder.beta.json
+++ b/apps/desktop/electron-builder.beta.json
@@ -58,6 +58,7 @@
"appx": {
"artifactName": "Bitwarden-Beta-${version}-${arch}.${ext}",
"backgroundColor": "#175DDC",
+ "customManifestPath": "./custom-appx-manifest.xml",
"applicationId": "BitwardenBeta",
"identityName": "8bitSolutionsLLC.BitwardenBeta",
"publisher": "CN=Bitwarden Inc., O=Bitwarden Inc., L=Santa Barbara, S=California, C=US, SERIALNUMBER=7654941, OID.2.5.4.15=Private Organization, OID.1.3.6.1.4.1.311.60.2.1.2=Delaware, OID.1.3.6.1.4.1.311.60.2.1.3=US",