mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-15 07:43:27 +00:00
pass project name to updater
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 1536f161f7...6920cf77b9
@@ -61,7 +61,7 @@ export class Main {
|
|||||||
this.messagingService.send('doneCheckingForUpdate');
|
this.messagingService.send('doneCheckingForUpdate');
|
||||||
}, () => {
|
}, () => {
|
||||||
this.messagingService.send('doneCheckingForUpdate');
|
this.messagingService.send('doneCheckingForUpdate');
|
||||||
});
|
}, 'bitwardenDirectoryConnector');
|
||||||
this.trayMain = new TrayMain(this.windowMain, this.i18nService, this.storageService);
|
this.trayMain = new TrayMain(this.windowMain, this.i18nService, this.storageService);
|
||||||
this.messagingMain = new MessagingMain(this.windowMain, this.menuMain, this.updaterMain, this.trayMain);
|
this.messagingMain = new MessagingMain(this.windowMain, this.menuMain, this.updaterMain, this.trayMain);
|
||||||
this.messagingService = new ElectronMainMessagingService(this.windowMain, (message) => {
|
this.messagingService = new ElectronMainMessagingService(this.windowMain, (message) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user