This commit is contained in:
xaoyo 2023-11-27 11:31:10 +08:00
parent 78b403b157
commit 2dc42a2bc9
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

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