From 1c384130bf51b04c6e60892a6ff336d36dbc889a Mon Sep 17 00:00:00 2001 From: leimingsheng Date: Wed, 27 Aug 2025 09:17:52 +0800 Subject: [PATCH] =?UTF-8?q?perf=20:=20=E4=BC=98=E5=8C=96=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- onekeydiag.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/onekeydiag.spec b/onekeydiag.spec index 2dba30b..5ce5a6e 100644 --- a/onekeydiag.spec +++ b/onekeydiag.spec @@ -14,10 +14,11 @@ resource_files = [ ] # 收集PyQt相关的数据文件 -qt_data = collect_data_files('PyQt5') +# qt_data = collect_data_files('PyQt5') # 合并所有资源文件 -all_resources = resource_files + qt_data +# all_resources = resource_files + qt_data +all_resources = resource_files # 定义所有需要打包的文件和依赖 a = Analysis(