1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Add connected/disconnected calls in proxy application

This commit is contained in:
Hinton
2020-10-21 15:56:27 +02:00
parent a6563e7de2
commit 9ff0f204d8
3 changed files with 3 additions and 2 deletions

View File

@@ -87,7 +87,6 @@ export class NativeMessagingMain {
}
if (existsSync(`${homedir()}/Library/Application\ Support/Google/Chrome`)) {
console.log("FOUND CHROME");
fs.mkdir(`${homedir()}/Library/Application\ Support/Google/Chrome/NativeMessagingHosts/`);
this.writeManifest(`${homedir()}/Library/Application\ Support/Google/Chrome/NativeMessagingHosts/com.8bit.bitwarden.json`, chromeJson);
}