From 7ccdca792526677d39e3143e5acf953087921f8f Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Sun, 23 Mar 2025 16:05:04 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20build=5Fupd.bat?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了脚本中的相对路径,使用 pyinstaller 命令直接执行 - 这个修改简化了脚本,使其更易于使用和维护 --- build_upd.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_upd.bat b/build_upd.bat index f3f5a4a..a84fc4e 100644 --- a/build_upd.bat +++ b/build_upd.bat @@ -1 +1 @@ -.\.venv\Scripts\pyinstaller -F -w -i icon.ico update.py \ No newline at end of file +pyinstaller -F -w -i icon.ico update.py \ No newline at end of file