Skip to content

Commit eabba4d

Browse files
authored
fix: electron build issue
2 parents de7e039 + c324b30 commit eabba4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

desktop/src/electron/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
import path from 'path';
1010
import log from 'electron-log';
1111
import { autoUpdater } from 'electron-updater';
12-
import { registerNativeMenuHandler } from '../ui/common/menu/menu';
12+
import { registerNativeMenuHandler } from './menu';
1313

1414
const isDev = !app.isPackaged;
1515
const AUTOUPDATE_INTERVAL = 3_600_000; // 60 * 60 * 1000

0 commit comments

Comments
 (0)