v2.2.11
This commit is contained in:
parent
197b389b0d
commit
d07ca642d6
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -36,6 +36,11 @@ jobs:
|
||||
python -m build
|
||||
python tests/build_exe.py
|
||||
|
||||
- name: test1
|
||||
run: |
|
||||
ls -l "${{ github.workspace }}"
|
||||
ls -l "${{ github.workspace }}/show_chat/templates"
|
||||
|
||||
- name: Build Executable
|
||||
run: |
|
||||
pyinstaller --onefile --clean --add-data "${{ github.workspace }}/version_list.json;pywxdump" --add-data "${{ github.workspace }}/show_chat/templates/chat.html;pywxdump/show_chat/templates" --add-data "${{ github.workspace }}/show_chat/templates/index.html;pywxdump/show_chat/templates" --distpath=dist --workpath=build --specpath=build --name=pywxdump ${{ github.workspace }}/dist/tmp.py
|
||||
|
Loading…
Reference in New Issue
Block a user