Skip to content

Commit

Permalink
#252 打包加入scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Apr 3, 2024
1 parent 34bf34a commit 8a29ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
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
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 --collect-all scipy

- name: Remove Raw Image
run: Get-ChildItem -Path ./dist/StarRailOneDragon/ -Filter "raw.png" -Recurse | Remove-Item
Expand Down

0 comments on commit 8a29ea9

Please sign in to comment.