1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +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

@@ -13,7 +13,7 @@ exports.default = async function (configuration) {
`-fd ${configuration.hash} ` +
`-du ${configuration.site} ` +
`-tr http://timestamp.digicert.com ` +
`${configuration.path}`,
`"${configuration.path}"`,
{
stdio: "inherit",
},