diff --git a/src/main/index.js b/src/main/index.js index 12e2637..a3eebce 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -134,7 +134,7 @@ ipcMain.handle('project-choose-folders', async (event, args) => { }); return res; }); -const testIcon = nativeImage.createFromPath(path.resolve(__dirname, 'file_word.png')); +const testIcon = nativeImage.createFromPath(path.resolve(__dirname, 'file-icon.png')); ipcMain.handle('project-file-dnd', (event, filePath) => { console.log('receive file path: ', filePath)