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

Add untested support for linux and macos

This commit is contained in:
Hinton
2020-10-05 20:28:00 +02:00
parent 830c4a45ee
commit cb9c0b318e
2 changed files with 27 additions and 15 deletions

View File

@@ -159,7 +159,6 @@ export class Main {
});
this.nativeMessagingService.listen();
this.nativeMessagingService.generateManifests();
this.nativeMessagingService.enableManifest();
}
private processDeepLink(argv: string[]): void {