mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: electron error
This commit is contained in:
parent
503bcf65ad
commit
d5ec716c8c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import {
|
|||
} from 'electron';
|
||||
import { join } from 'path';
|
||||
import { initDebug } from './debug';
|
||||
import * as electronDl from 'electron-dl';
|
||||
import electronDl from 'electron-dl';
|
||||
import { IPC } from './shared-with-frontend/ipc-events.const';
|
||||
import { initBackupAdapter } from './backup';
|
||||
import { initLocalFileSyncAdapter } from './local-file-sync';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue