From 3266f118b49a6c09dcf067e6a4df4376e4726542 Mon Sep 17 00:00:00 2001 From: DoctorReid <144505520+DoctorReid@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:26:28 +0800 Subject: [PATCH] =?UTF-8?q?#211=20=E8=BE=93=E5=87=BA=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=96=B9=E4=BE=BF=E8=BF=BD=E8=B8=AA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5ba43e8c..af7d9e1c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -45,6 +45,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt + pip freeze - name: Package Exe by PyInstaller run: pyinstaller src/gui/app.py --name StarRailOneDragon --clean --noconfirm --noconsole --icon "images/ui/icon.ico" --add-data "images:images" --add-data "data:data" --add-data "config:config" --add-data "model:model" --add-data "version.yml:." --add-data "update_by_temp.bat:." --collect-all paddle --collect-all paddleocr --collect-all shapely --collect-all pyclipper --collect-all skimage --collect-all imghdr --collect-all imgaug --collect-all lmdb