1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Upgrade electron & friends (v18.3.15 ⮕ v28.2.0) (#418)

* Update versions in package.json

* Rebuild package-lock.json

fix

* Update electron-log usage

* Change necessary logic to get the newest version of the package
  working
* Wrap up `init()` logic in a way that has parity with Bitwarden Desktop

Updates for electron-log

fix

* Update notarize script to match the latest @electron/notarize version

Update notarize step to look more like clients
This commit is contained in:
Addison Beck
2024-02-01 10:07:55 -06:00
committed by GitHub
parent 8a661fbc5e
commit 1fb4378046
5 changed files with 475 additions and 1221 deletions

View File

@@ -55,6 +55,7 @@ export class Main {
}
this.logService = new ElectronLogService(null, app.getPath("userData"));
this.logService.init();
this.i18nService = new I18nService("en", "./locales/");
this.storageService = new ElectronStorageService(app.getPath("userData"));
this.stateService = new StateService(