Merge branch 'mandiant:master' into Aayush-Goel-04/Issue#322

This commit is contained in:
Aayush Goel
2023-10-16 16:38:18 +05:30
committed by GitHub
6 changed files with 13 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ exe = EXE(
name="capa",
icon="logo.ico",
debug=False,
strip=None,
strip=False,
upx=True,
console=True,
)