mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix for build
This commit is contained in:
parent
5aa6c72594
commit
485d396b91
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
import { WindowManager } from "@main/services";
|
import { WindowManager } from "@main/services";
|
||||||
import { registerEvent } from "../register-event";
|
import { registerEvent } from "../register-event";
|
||||||
import { autoUpdater } from "electron-updater";
|
import updater from "electron-updater";
|
||||||
|
|
||||||
|
const { autoUpdater } = updater;
|
||||||
|
|
||||||
const continueToMainWindow = async (_event: Electron.IpcMainInvokeEvent) => {
|
const continueToMainWindow = async (_event: Electron.IpcMainInvokeEvent) => {
|
||||||
autoUpdater.removeAllListeners();
|
autoUpdater.removeAllListeners();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue