mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
Fix binary path on linux
This commit is contained in:
parent
e41023aa09
commit
7da03dc91c
@ -147,7 +147,7 @@ export class NativeMessagingMain {
|
||||
return path.join(dir, '..', 'MacOS', 'Bitwarden');
|
||||
}
|
||||
|
||||
return path.join(dir, 'proxy');
|
||||
return path.join(dir, '..', 'bitwarden');
|
||||
}
|
||||
|
||||
private async createWindowsRegistry(check: string, location: string, jsonFile: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user