1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 17:53:41 +00:00

Add bitwarden_chromium_import_helper.exe to the electron build scripts

This commit is contained in:
Dmitry Yakimenko
2025-10-25 18:12:01 +02:00
parent ca21df5f8e
commit 889e02543c
2 changed files with 8 additions and 0 deletions

View File

@@ -36,6 +36,10 @@
{
"from": "desktop_native/dist/desktop_proxy.${platform}-${arch}.exe",
"to": "desktop_proxy.exe"
},
{
"from": "desktop_native/dist/bitwarden_chromium_import_helper.${platform}-${arch}.exe",
"to": "bitwarden_chromium_import_helper.exe"
}
]
},

View File

@@ -96,6 +96,10 @@
{
"from": "desktop_native/dist/desktop_proxy.${platform}-${arch}.exe",
"to": "desktop_proxy.exe"
},
{
"from": "desktop_native/dist/bitwarden_chromium_import_helper.${platform}-${arch}.exe",
"to": "bitwarden_chromium_import_helper.exe"
}
]
},