From 34e05bfa63c31b41dea0dc1606dd6eba49b90909 Mon Sep 17 00:00:00 2001 From: kim131 <1035828775@qq.com> Date: Sat, 9 Jan 2021 17:07:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=96=E5=8A=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)