mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-05 16:41:05 +08:00
更新打包脚本:使用正确的spec文件并移除控制台
- 修复build_windows.bat使用VideoSubtitleRemover_vsr.spec - 配置为无控制台窗口模式(console=False) - 适合正式发布的静默运行版本 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.spec
|
||||
pyinstaller --clean --noconfirm VideoSubtitleRemover_vsr.spec
|
||||
if errorlevel 1 (
|
||||
echo ✗ 打包失败!
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user