mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
Move desktop into apps/desktop
This commit is contained in:
7
apps/desktop/resources/native-messaging.bat
Normal file
7
apps/desktop/resources/native-messaging.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@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 %*
|
||||
Reference in New Issue
Block a user