From ac36503c7b0ba9e86fb98ccd46ac4701ea41b500 Mon Sep 17 00:00:00 2001 From: jock Date: Fri, 29 Aug 2025 01:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwindows=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 6a1ec76..58a3763 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -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/ 目录内容