mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Fix binary path on linux
This commit is contained in:
@@ -147,7 +147,7 @@ export class NativeMessagingMain {
|
|||||||
return path.join(dir, '..', 'MacOS', 'Bitwarden');
|
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) {
|
private async createWindowsRegistry(check: string, location: string, jsonFile: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user