mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Fixed Linux build
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import electron from 'electron'
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const electron = require('electron')
|
||||
import { ContextBridgeApi, IpcFromMainEmitEvents, IpcInvokeEvents, IpcToMainEmitEvents } from '../src-shared/interfaces/ipc.interface.js'
|
||||
|
||||
function getInvoker<K extends keyof IpcInvokeEvents>(key: K) {
|
||||
|
||||
Reference in New Issue
Block a user