Complete upgrade to electron14 and apply migrations

-- remove path-browserify
This commit is contained in:
Djones4822
2023-02-16 19:34:01 -05:00
parent 571dd7bdba
commit 2504e64b8f
5 changed files with 7 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ import { Injectable } from '@angular/core'
import * as electron from 'electron'
import { IPCInvokeEvents, IPCEmitEvents } from '../../../electron/shared/IPCHandler'
import { app, getCurrentWindow, dialog, session } from '@electron/remote'
const { app, getCurrentWindow, dialog, session } = window.require('@electron/remote')
@Injectable({
providedIn: 'root'