mirror of
https://github.com/wechat-article/wxdown-service.git
synced 2026-08-29 00:40:40 +08:00
修复windows打包命令
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
# 运行 PyInstaller 打包
|
||||
- name: Build with PyInstaller
|
||||
run: |
|
||||
pyinstaller -y --clean -D -c -n wxdown-service --add-data=resources/credential.py:resources main.py
|
||||
pyinstaller -y --clean -D -c -n wxdown-service --add-data=resources/credential.py:resources --hiddenimport bs4 main.py
|
||||
shell: bash
|
||||
|
||||
# 调试:列出 dist/ 目录内容
|
||||
|
||||
Reference in New Issue
Block a user