mirror of
https://github.com/bitwarden/desktop
synced 2026-01-03 00:53:56 +00:00
Generate app manifests and add install scripts for windows
This commit is contained in:
@@ -119,7 +119,7 @@ export class Main {
|
||||
this.biometricMain = new BiometricDarwinMain(this.storageService, this.i18nService);
|
||||
}
|
||||
|
||||
this.nativeMessagingService = new NativeMessagingService();
|
||||
this.nativeMessagingService = new NativeMessagingService(app.getPath('userData'), app.getAppPath());
|
||||
}
|
||||
|
||||
bootstrap() {
|
||||
@@ -158,6 +158,8 @@ export class Main {
|
||||
console.error(e);
|
||||
});
|
||||
this.nativeMessagingService.listen();
|
||||
this.nativeMessagingService.generateManifests();
|
||||
this.nativeMessagingService.enableManifest();
|
||||
}
|
||||
|
||||
private processDeepLink(argv: string[]): void {
|
||||
|
||||
Reference in New Issue
Block a user