From 00ed0aa3d68147b900b4c803a3946373cf7ab0a3 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 29 Nov 2023 22:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BB=BA=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3=EF=BC=8C=E5=AF=B9=E6=96=B0=E6=89=8B=E6=9B=B4=E5=8F=8B?= =?UTF-8?q?=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/build_exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build_exe.py b/tests/build_exe.py index efd7d0a..2f7ec88 100644 --- a/tests/build_exe.py +++ b/tests/build_exe.py @@ -92,7 +92,7 @@ if package_path: # 执行打包命令 cmd = f'pyinstaller --clean --distpath=dist {spec_file}' print(cmd) - os.system(cmd) + # os.system(cmd) else: print("未找到安装包路径")