mirror of
https://github.com/bitwarden/desktop.git
synced 2024-10-31 08:10:29 +01:00
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 %*
|