Skip to content

Commit

Permalink
Update pyinstaller.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Oct 11, 2023
1 parent c6c54c3 commit f85ea91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pyinstaller/pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ exe = EXE(
name="capa",
icon="logo.ico",
debug=False,
strip=None,
strip=False,
upx=True,
console=True,
)
Expand Down

0 comments on commit f85ea91

Please sign in to comment.