From e66eff66a7b8d87355c9a1a6f2874d35bf70a9f8 Mon Sep 17 00:00:00 2001 From: bubblepipe Date: Tue, 30 Sep 2025 16:41:41 +0800 Subject: [PATCH] fix wn --- electron/package.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/electron/package.json b/electron/package.json index cd1d1c46..0eb07afd 100644 --- a/electron/package.json +++ b/electron/package.json @@ -41,22 +41,6 @@ "tray-iconTemplate.png", "tray-iconTemplate@2x.png" ], - "extraResources": [ - { - "from": "../new-api", - "to": "bin/new-api", - "filter": [ - "**/*" - ] - }, - { - "from": "../new-api.exe", - "to": "bin/new-api.exe", - "filter": [ - "**/*" - ] - } - ], "mac": { "category": "public.app-category.developer-tools", "icon": "icon.png",