From 6fb7369ce50695b3c950373ff7f2a794225b32e1 Mon Sep 17 00:00:00 2001 From: zdg Date: Mon, 19 Aug 2024 14:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AEim=20=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package.json b/package.json index 71aafb4..2e8e464 100644 --- a/package.json +++ b/package.json @@ -62,5 +62,18 @@ "vite-plugin-windicss": "^1.9.3", "vue": "^3.4.30", "windicss": "^3.5.6" + }, + "build": { + "win": { + "extraFiles": [ + { + "from": "./node_modules/im_electron_sdk/lib/", + "to": "./resources", + "filter": [ + "**/*" + ] + } + ] + } } }