This commit is contained in:
xaoyaoo 2024-05-28 10:48:28 +08:00
parent 6b353a3ed6
commit 22ae2633ed
2 changed files with 3 additions and 1 deletions

View File

@ -82,6 +82,8 @@ jobs:
- name: Generate File pywxdump.spec # 生成 pywxdump.spec 文件
run: |
python tests/build_exe.py
ls
ls dist
cat dist/pywxdump.spec
- name: Build Executable

View File

@ -28,4 +28,4 @@ except:
# PYWXDUMP_ROOT_PATH = os.path.dirname(__file__)
# db_init = DBPool("DBPOOL_INIT")
__version__ = "3.0.25"
__version__ = "3.0.26"