1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-20 02:03:21 +00:00

package app with electorn builder

This commit is contained in:
Kyle Spearrin
2018-05-04 15:58:19 -04:00
parent e1101bdd62
commit eb6e5d7a75
37 changed files with 70 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ export class Main {
this.i18nService = new I18nService('en', './locales/');
this.storageService = new ElectronStorageService();
this.windowMain = new WindowMain(this.storageService);
this.windowMain = new WindowMain(this.storageService, 800, 600);
this.menuMain = new MenuMain(this);
this.updaterMain = new UpdaterMain(this.i18nService, this.windowMain, 'directory-connector', () => {
this.messagingService.send('checkingForUpdate');