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:
|
with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
version = "2.2.9"
|
version = "2.2.10"
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"psutil",
|
"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'
|
cmd = f'pyinstaller --onefile --clean --add-data "{version_list_path};pywxdump" --distpath=dist --workpath=build --specpath=build --name=pywxdump dist/tmp.py'
|
||||||
print(cmd)
|
print(cmd)
|
||||||
# os.system(cmd)
|
os.system(cmd)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print("未找到安装包路径")
|
print("未找到安装包路径")
|
||||||
|
Loading…
Reference in New Issue
Block a user