Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 1ff568e

Browse files
committed
update: new add file
1 parent 9d6d111 commit 1ff568e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: pyinstaller package exe
4343
run: |
44-
pyinstaller --noconfirm --onedir --console --name "xxt" --add-data "LICENSE;." --add-data "README.md;." --add-data "user.json;." --add-data "answers;answers/" "main.py"
44+
pyinstaller --noconfirm --onedir --console --name "xxt" --add-data "LICENSE;." --add-data "README.md;." --add-data "config.py;." --add-data "user.json;." --add-data "answers;answers/" "main.py"
4545
- name: output to zip
4646
run: |
4747
7z a -tzip new_xxt_For_${{ runner.os }}_x64.zip ./dist/xxt/*

0 commit comments

Comments
 (0)