From 0db2b29d3aa0f327bcce5567b70cc75551ce15ab Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Sun, 23 Mar 2025 16:04:53 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20build.bat=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BB=A5=E7=AE=80=E5=8C=96=20PyInstaller=20?= =?UTF-8?q?=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了对特定 Python环境的引用,使构建过程更具通用性 --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 17eac05..a404c8a 100644 --- a/build.bat +++ b/build.bat @@ -1 +1 @@ -.\.venv\Scripts\pyinstaller -F -w -i icon.ico NFLmusic.py \ No newline at end of file +pyinstaller -F -w -i icon.ico NFLmusic.py \ No newline at end of file