From d42bfd6271107d5e42870b42f22d5ffaab2b50de Mon Sep 17 00:00:00 2001 From: chusancat <406614838@qq.com> Date: Sun, 1 Feb 2026 16:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20src/core/app-search/win.ts?= =?UTF-8?q?=20=E4=B8=AD=E5=9B=BE=E6=A0=87=E6=8F=90=E5=8F=96=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=9A=84=E7=BC=96=E7=A0=81=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=20Update=20src/core/app-search/win.ts=20to=20use=20appName=20d?= =?UTF-8?q?irectly=20for=20icon=20filename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/app-search/win.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/app-search/win.ts b/src/core/app-search/win.ts index 7a8442c8..66d4e485 100644 --- a/src/core/app-search/win.ts +++ b/src/core/app-search/win.ts @@ -92,7 +92,7 @@ function fileDisplay(filePath) { const icon = path.join( os.tmpdir(), 'ProcessIcon', - `${encodeURIComponent(appName)}.png` + `${appName}.png` ); const appInfo = {