diff --git a/package.json b/package.json index 0d983f56..2c4a3445 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,8 @@ "electronUpdaterCompatibility": ">=0.0.1", "target": [ "portable", - "nsis-web" + "nsis-web", + "appx" ] }, "linux": { @@ -103,6 +104,16 @@ "portable": { "artifactName": "${productName} Portable ${version}.${ext}" }, + "appx": { + "backgroundColor": "#3c8dbc", + "applicationId": "bitwardendesktop", + "identityName": "8bitSolutionsLLC.bitwardendesktop", + "publisher": "CN=14D52771-DE3C-4886-B8BF-825BA7690418", + "publisherDisplayName": "8bit Solutions LLC", + "languages": [ + "en-US" + ] + }, "deb": { "depends": [ "gconf2", diff --git a/resources/appx/Square150x150Logo.png b/resources/appx/Square150x150Logo.png new file mode 100644 index 00000000..668244a5 Binary files /dev/null and b/resources/appx/Square150x150Logo.png differ diff --git a/resources/appx/Square44x44Logo.png b/resources/appx/Square44x44Logo.png new file mode 100644 index 00000000..b08bf7fa Binary files /dev/null and b/resources/appx/Square44x44Logo.png differ diff --git a/resources/appx/StoreLogo.png b/resources/appx/StoreLogo.png new file mode 100644 index 00000000..6bf4752a Binary files /dev/null and b/resources/appx/StoreLogo.png differ diff --git a/resources/appx/Wide310x150Logo.png b/resources/appx/Wide310x150Logo.png new file mode 100644 index 00000000..c3035f4d Binary files /dev/null and b/resources/appx/Wide310x150Logo.png differ