mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-04-27 11:07:31 +08:00
恢复控制台窗口,避免程序卡死
- 临时禁用无控制台模式(console=True) - 避免某些库初始化导致程序卡死 - 用户可通过Windows快捷方式隐藏控制台窗口 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -34,7 +34,7 @@ REM 执行 PyInstaller 打包
|
||||
echo [2/5] 开始 PyInstaller 打包...
|
||||
echo 这可能需要几分钟时间,请耐心等待...
|
||||
echo.
|
||||
pyinstaller --clean --noconfirm VideoSubtitleRemover_vsr.spec
|
||||
pyinstaller --clean --noconfirm VideoSubtitleRemover.spec
|
||||
if errorlevel 1 (
|
||||
echo ✗ 打包失败!
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user