更新打包脚本:使用正确的spec文件并移除控制台

- 修复build_windows.bat使用VideoSubtitleRemover_vsr.spec
- 配置为无控制台窗口模式(console=False)
- 适合正式发布的静默运行版本
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
yaofanguk
2026-04-10 21:37:17 +08:00
parent c80e7fabc9
commit 3374228309

View File

@@ -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