build: 更新 build.bat 文件以简化 PyInstaller 调用

- 移除了对特定 Python环境的引用,使构建过程更具通用性
This commit is contained in:
2025-03-23 16:04:53 +08:00
parent 725fd2f83b
commit 0db2b29d3a

View File

@ -1 +1 @@
.\.venv\Scripts\pyinstaller -F -w -i icon.ico NFLmusic.py
pyinstaller -F -w -i icon.ico NFLmusic.py