Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CHNZYX authored Jun 29, 2024
1 parent e8dbcc1 commit 4d61a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install -r requirements.txt

- name: Pack Flet Application
run: flet pack gui.py --icon imgs/icon.ico --uac-admin --add-data "utils/models;utils/models" -y
run: flet pack gui.py --icon imgs/icon_m.png --uac-admin --add-data "utils/models;utils/models" -y

- name: Pyinstaller Application
run: |
Expand Down

0 comments on commit 4d61a3e

Please sign in to comment.