From 5bfac5ea7fdedda429ed1cadbd4efb24266b84a6 Mon Sep 17 00:00:00 2001 From: tsjykj <114121999@qq.com> Date: Mon, 21 Jul 2025 02:32:20 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20remask?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- remask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/remask b/remask index 20e4dde..72a30eb 100644 --- a/remask +++ b/remask @@ -85,3 +85,7 @@ your_script.spec:打包配置文件(可用于高级配置) 例如,如果你需要添加一些额外的数据文件,可以这样: bash pyinstaller --onefile --add-data "icons/*;icons" main.py + + + +pyinstaller --onefile --noconsole --name "文件搜索工具" main.py