v2.2.10
This commit is contained in:
parent
78b403b157
commit
2dc42a2bc9
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
||||
with open("README.md", "r", encoding="utf-8") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
version = "2.2.9"
|
||||
version = "2.2.10"
|
||||
|
||||
install_requires = [
|
||||
"psutil",
|
||||
|
@ -25,7 +25,7 @@ if package_path:
|
||||
# 执行打包命令
|
||||
cmd = f'pyinstaller --onefile --clean --add-data "{version_list_path};pywxdump" --distpath=dist --workpath=build --specpath=build --name=pywxdump dist/tmp.py'
|
||||
print(cmd)
|
||||
# os.system(cmd)
|
||||
os.system(cmd)
|
||||
|
||||
else:
|
||||
print("未找到安装包路径")
|
||||
|
Loading…
Reference in New Issue
Block a user