mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
* Revert "Remove unnecessary plist keys in desktop_proxy (#10933)" This reverts commit4dbb036df1. * Revert "Fix TestFlight errors caused by desktop_proxy (#10928)" This reverts commit40cb4b5353. * Revert "[PM-5506] Enable electron fuses (#10073)" This reverts commit78c5e9c706. * Revert "[PM-7846] Implement a rust based native messaging proxy and IPC system (#9894)" This reverts commit55874b72bf.
8 lines
183 B
Batchfile
8 lines
183 B
Batchfile
@echo off
|
|
:: Helper script for starting the Native Messaging Proxy on Windows.
|
|
|
|
cd ../
|
|
set ELECTRON_RUN_AS_NODE=1
|
|
set ELECTRON_NO_ATTACH_CONSOLE=1
|
|
Bitwarden.exe resources/app.asar %*
|