Skip to content

Commit

Permalink
增加依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYX committed Jun 29, 2024
1 parent 3f9174e commit 92f789d
Show file tree
Hide file tree
Showing 4 changed files 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 @@ -37,7 +37,7 @@ jobs:
pip install numpy==1.26.4

- name: Pack Flet Application
run: flet pack gui.py --icon imgs/icon_m.png --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" --add-data "dependency/*;." -y

- name: Pyinstaller Application
run: |
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added dependency/api-ms-win-core-sysinfo-l1-2-0.dll
Binary file not shown.

0 comments on commit 92f789d

Please sign in to comment.