修复windows打包命令

This commit is contained in:
jock
2025-08-29 01:05:56 +08:00
parent 49779c5471
commit ac36503c7b
+1 -1
View File
@@ -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/ 目录内容