Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Detritalw authored Jan 17, 2025
1 parent 65b6963 commit 9d549ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- name: 安装 PyQt-Fluent-Widgets
run: pip install PyQt-Fluent-Widgets -i https://pypi.org/simple/

- name: 安装 PyInstaller
run: pip install pyinstaller
- name: 安装 PyInstaller 和 Pillow
run: |
pip install pyinstaller
pip install pillow
- name: 使用 PyInstaller 打包
run: pyinstaller --onefile --noconsole --icon=icons/bloret.png main.py
Expand Down

0 comments on commit 9d549ea

Please sign in to comment.