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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user