1
0
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:
Hinton 2020-11-25 16:45:15 +01:00
parent e41023aa09
commit 7da03dc91c

View File

@ -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) {