Skip to content

Commit

Permalink
refactor: Update import path for defaultConfig.json in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cutls committed Sep 3, 2024
1 parent eba145c commit 94e0fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const promisifyExecFile = promisify(execFile)
import { BrowserWindow, type IpcMainEvent, app, clipboard, ipcMain, shell } from 'electron'
import isDev from 'electron-is-dev'
import prepareNext from 'electron-next'
import defaultConfig from '../defaultConfig.json'
import defaultConfig from './defaultConfig.json'
// Prepare the renderer once the app is ready
let mainWindow: BrowserWindow | null = null
const appDataPath = join(app.getPath('appData'), app.getName())
Expand Down

0 comments on commit 94e0fd3

Please sign in to comment.