1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-22 09:54:44 +02:00
bitwarden-desktop/resources/native-messaging.bat

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 %*