Skip to content

Commit f7dfa5b

Browse files
committed
fix: update electron-updater import style
1 parent 07bd6ef commit f7dfa5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

application/src/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ import Store from "electron-store";
2727
import pkg from "uiohook-napi";
2828
const { uIOhook, UiohookKey } = pkg;
2929
const uiohook = uIOhook;
30-
import { autoUpdater } from "electron-updater";
30+
import electronUpdater from "electron-updater";
31+
const { autoUpdater } = electronUpdater;
3132
import log from "electron-log";
3233

3334
// Configure logging

0 commit comments

Comments
 (0)