Skip to content

Commit

Permalink
#211 输出依赖版本方便追踪问题
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid authored Apr 3, 2024
1 parent e8451be commit 3266f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3266f11

Please sign in to comment.