1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

BRE-1178 - Add Desktop Beta app for the Microsoft Store (#16691)

This commit is contained in:
Vince Grassia
2025-10-13 15:37:31 -04:00
committed by GitHub
parent d082d336e7
commit a063099c61
5 changed files with 369 additions and 2 deletions

View File

@@ -53,7 +53,8 @@ export function isWindowsStore() {
if (
windows &&
!windowsStore &&
process.resourcesPath?.indexOf("8bitSolutionsLLC.bitwardendesktop_") > -1
(process.resourcesPath?.indexOf("8bitSolutionsLLC.bitwardendesktop_") > -1 ||
process.resourcesPath?.indexOf("8bitSolutionsLLC.BitwardenBeta_") > -1)
) {
windowsStore = true;
}