1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-11 05:43:26 +00:00

pass project name to updater

This commit is contained in:
Kyle Spearrin
2018-11-27 08:32:40 -05:00
parent 8849f6c513
commit 2bda7e5f65
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 1536f161f7...6920cf77b9

View File

@@ -61,7 +61,7 @@ export class Main {
this.messagingService.send('doneCheckingForUpdate');
}, () => {
this.messagingService.send('doneCheckingForUpdate');
});
}, 'bitwardenDirectoryConnector');
this.trayMain = new TrayMain(this.windowMain, this.i18nService, this.storageService);
this.messagingMain = new MessagingMain(this.windowMain, this.menuMain, this.updaterMain, this.trayMain);
this.messagingService = new ElectronMainMessagingService(this.windowMain, (message) => {