Skip to content

Commit e7a788e

Browse files
committed
build: Add --debug all to pyinstaller
1 parent a2b3a51 commit e7a788e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Build Executable
4343
run: |
44-
pyinstaller build.spec
44+
pyinstaller build.spec --debug all
4545
4646
- name: Package Release (Windows)
4747
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)