From 3374228309975e8d478036ab06be96f73358c28c Mon Sep 17 00:00:00 2001 From: yaofanguk Date: Fri, 10 Apr 2026 21:37:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=89=93=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=9A=E4=BD=BF=E7=94=A8=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?spec=E6=96=87=E4=BB=B6=E5=B9=B6=E7=A7=BB=E9=99=A4=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复build_windows.bat使用VideoSubtitleRemover_vsr.spec - 配置为无控制台窗口模式(console=False) - 适合正式发布的静默运行版本 Co-Authored-By: Claude Sonnet 4.6 --- build_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_windows.bat b/build_windows.bat index 7fdc9b8..4b90ad2 100644 --- a/build_windows.bat +++ b/build_windows.bat @@ -34,7 +34,7 @@ REM 执行 PyInstaller 打包 echo [2/5] 开始 PyInstaller 打包... echo 这可能需要几分钟时间,请耐心等待... echo. -pyinstaller --clean --noconfirm VideoSubtitleRemover.spec +pyinstaller --clean --noconfirm VideoSubtitleRemover_vsr.spec if errorlevel 1 ( echo ✗ 打包失败! pause