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

Commit f1f943b

Browse files
committed
remove --one-file
1 parent cebc953 commit f1f943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Run Pyinstaller
3333
run: |
34-
poetry run pyinstaller --clean --onefile -w --add-data "data/style.css:./data" --exclude-module=pytest keyboard.py
34+
poetry run pyinstaller --clean -w --add-data "data/style.css:./data" --exclude-module=pytest keyboard.py
3535
mv ./dist/keyboard ./dist/keyboard-linux-amd64
3636
3737
- name: Store Dist

0 commit comments

Comments
 (0)