重建说明文档,对新手更友好
This commit is contained in:
parent
be442ad632
commit
00ed0aa3d6
@ -92,7 +92,7 @@ if package_path:
|
|||||||
# 执行打包命令
|
# 执行打包命令
|
||||||
cmd = f'pyinstaller --clean --distpath=dist {spec_file}'
|
cmd = f'pyinstaller --clean --distpath=dist {spec_file}'
|
||||||
print(cmd)
|
print(cmd)
|
||||||
os.system(cmd)
|
# os.system(cmd)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print("未找到安装包路径")
|
print("未找到安装包路径")
|
||||||
|
Loading…
Reference in New Issue
Block a user