重建说明文档,对新手更友好

This commit is contained in:
xaoyaoo 2023-11-29 22:11:21 +08:00
parent be442ad632
commit 00ed0aa3d6

View File

@ -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("未找到安装包路径")