Skip to content

Commit 4683718

Browse files
committed
build: Set debug flag in build.spec
1 parent e7a788e commit 4683718

2 files changed

Lines changed: 2 additions & 2 deletions

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 --debug all
44+
pyinstaller build.spec
4545
4646
- name: Package Release (Windows)
4747
if: runner.os == 'Windows'

build.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exe = EXE(
3030
[],
3131
exclude_binaries=True,
3232
name='BZ98R_ModManager',
33-
debug=False,
33+
debug=True,
3434
bootloader_ignore_signals=False,
3535
strip=False,
3636
upx=True,

0 commit comments

Comments
 (0)